s3-build: use the simpler "make bin/smbtorture" for s4 torture
authorAndrew Tridgell <tridge@samba.org>
Wed, 6 Oct 2010 12:13:14 +0000 (23:13 +1100)
committerAndrew Tridgell <tridge@samba.org>
Wed, 6 Oct 2010 12:58:21 +0000 (12:58 +0000)
and the same for bin/ndrdump

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Wed Oct  6 12:58:21 UTC 2010 on sn-devel-104

source3/Makefile.in

index 8be50fc51998d414aaae873df2755c95c26e9ef5..c80a8742d7c4a34dd501d3458dffef3872051497 100644 (file)
@@ -3465,11 +3465,11 @@ samba4-configure: ../source4/configure
 .PHONY: samba4-configure
 
 bin/smbtorture4: $(BINARY_PREREQS) samba4-configure
-       cd ../source4 && ../buildtools/bin/waf build --targets=smbtorture
+       cd ../source4 && make bin/smbtorture
        cp ../source4/bin/smbtorture bin/smbtorture4
 
 bin/ndrdump4: $(BINARY_PREREQS) samba4-configure
-       cd ../source4 && ../buildtools/bin/waf build --targets=ndrdump
+       cd ../source4 && make bin/ndrdump
        cp ../source4/bin/ndrdump bin/ndrdump4
 
 .PHONY: bin/smbtorture4