From: Andrew Tridgell Date: Wed, 5 May 2010 12:11:56 +0000 (+0200) Subject: build: use the wrapper commands in testwaf.sh X-Git-Tag: samba-3.6.0pre1~2233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d2819bd8605b02f2b1053ed0dabb906e9b78db3;p=thirdparty%2Fsamba.git build: use the wrapper commands in testwaf.sh this ensures they are well tested --- diff --git a/buildtools/testwaf.sh b/buildtools/testwaf.sh index b6f8db15ef6..7a3f1bf227a 100755 --- a/buildtools/testwaf.sh +++ b/buildtools/testwaf.sh @@ -21,12 +21,12 @@ for d in $tests; do pushd $d rm -rf bin type waf + ./autogen-waf.sh waf dist - waf configure -C --enable-developer --prefix=$PREFIX - time waf build - time waf build - waf install - waf distcheck + ./configure -C --enable-developer --prefix=$PREFIX + time make + make install + make distcheck case $d in "source4/lib/ldb") ldd bin/ldbadd