summaryrefslogtreecommitdiff
path: root/source3/Makefile-smbtorture4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-08-06 18:33:35 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-08-06 20:51:56 +1000
commit0514a84f7e7d44eae3c7fcc85fc804af6fbfda6b (patch)
tree7bf188fe4ea659a22ff958e5407b3b1c559aa085 /source3/Makefile-smbtorture4
parentdd8c0e59a327c697e5f86a0fd3b18478c02c8c63 (diff)
downloadsamba-0514a84f7e7d44eae3c7fcc85fc804af6fbfda6b.tar.gz
samba-0514a84f7e7d44eae3c7fcc85fc804af6fbfda6b.tar.bz2
samba-0514a84f7e7d44eae3c7fcc85fc804af6fbfda6b.zip
Rework recursive waf build to be a selftest-enabled not a developer build
This essentially reverts commit a943a9ba2f739e8aee630f774915e8204aa8cf3a. I've fixed this by making lib/param/parm_table.c honour --enable-selftest. Andrew Bartlett
Diffstat (limited to 'source3/Makefile-smbtorture4')
-rw-r--r--source3/Makefile-smbtorture42
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile-smbtorture4 b/source3/Makefile-smbtorture4
index 4a60a58bfd..dbc0e6dd46 100644
--- a/source3/Makefile-smbtorture4
+++ b/source3/Makefile-smbtorture4
@@ -6,7 +6,7 @@ SAMBA4_BINARIES="smbtorture,ndrdump"
samba4-configure:
@(cd .. && \
CFLAGS='' $(WAF) reconfigure || \
- CFLAGS='' $(WAF) configure --enable-socket-wrapper --enable-nss-wrapper --enable-uid-wrapper --nonshared-binary=$(SAMBA4_BINARIES) --enable-auto-reconfigure --abi-check-disable --enable-developer)
+ CFLAGS='' $(WAF) configure --enable-selftest --nonshared-binary=$(SAMBA4_BINARIES) --enable-auto-reconfigure --enable-debug)
.PHONY: samba4-configure