From f10dd12b1474bafaf2906b10ed960d1afc92f91c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 24 Nov 2010 23:53:38 +1100 Subject: s3-test: try to avoid a problem of CFLAGS propogating to the torture build CFLAGS is set by s3 to include -D_SAMBA_BUILD_=3. We need to ensure this does not propogate to the smbtorture4 build Autobuild-User: Andrew Tridgell Autobuild-Date: Wed Nov 24 14:40:16 CET 2010 on sn-devel-104 --- source3/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index faeb3e7513..da531d8930 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3472,8 +3472,8 @@ clean_libnetapi_examples: cd ../source4 && ./autogen.sh samba4-configure: ../source4/configure - @$(MAKE) -C ../source4 reconfigure || ( cd ../source4 && \ - ./configure.developer --nonshared-binary=smbtorture --enable-auto-reconfigure ) + @CFLAGS='' $(MAKE) -C ../source4 reconfigure || ( cd ../source4 && \ + CFLAGS='' ./configure.developer --nonshared-binary=smbtorture --enable-auto-reconfigure ) .PHONY: samba4-configure -- cgit