mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-18 04:32:54 -05:00
testbed update.
git-svn-id: file:///svn/unbound/trunk@743 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
d7b0d86b09
commit
84a3dbe660
2 changed files with 7 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue