From dfe73e7885a40de8c24d1231365a16f7aa3d5073 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 27 May 2013 08:27:44 +1000 Subject: build: Build all of samba in autoconf make test The test system actually depends on far more than smbtorture these days and this was masked by the build groups. Rather than try and specify everything that could be used, just build the lot (which is what was essentially being done anyway). This prepares for the removal of the libraries and binaries build groups, to assist in improving waf performance for single-binary builds. Andrew Bartlett Reviewed-by: Jelmer Vernooij --- source3/Makefile-smbtorture | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/Makefile-smbtorture b/source3/Makefile-smbtorture index 4b5b143cfe..d93e8ad49b 100644 --- a/source3/Makefile-smbtorture +++ b/source3/Makefile-smbtorture @@ -11,7 +11,7 @@ samba4-configure: .PHONY: samba4-configure bin/smbtorture: $(BINARY_PREREQS) samba4-configure samba4-config-compare - cd .. && $(WAF_BUILD) --targets=smbtorture + cd .. && $(WAF_BUILD) cp ../bin/smbtorture bin/smbtorture .PHONY: bin/smbtorture -- cgit