]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
testbed update.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 14 Nov 2007 09:03:51 +0000 (09:03 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 14 Nov 2007 09:03:51 +0000 (09:03 +0000)
git-svn-id: file:///svn/unbound/trunk@743 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
testcode/testbed.sh

index 8322a462e8a94a5676260da1c0b9e5a0a7fbbb6a..cd8dff13d6a6e60e404c14b20b2ca4c628edf97d 100644 (file)
@@ -1,3 +1,6 @@
+14 November 2007: Wouter
+       - testbed script does not recreate configure, since its in svn now.
+
 13 November 2007: Wouter
        - remove debug print.
        - fixup testbound exit when LIBEVENT_SIGNAL_PROBLEM exists.
index 713c7cfad6d520f1ae23439dca187be16b2e7838..62ce2059be61d0ded2ae4d43c6235466932291f1 100755 (executable)
@@ -43,10 +43,10 @@ function dotest()
        fi
 
        cat >makeconf.mak.$$ << EOF 
-configure:     configure.ac
-       $AC_CMD
-       touch configure
-Makefile:      configure Makefile.in
+#configure:    configure.ac
+#      $AC_CMD
+#      touch configure
+Makefile:      Makefile.in #configure
        ./configure $CONFIGURE_FLAGS $DISABLE
        touch Makefile 
 EOF