mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
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 <tridge@samba.org> Autobuild-Date: Wed Nov 24 14:40:16 CET 2010 on sn-devel-104
This commit is contained in:
parent
ea1889d4b5
commit
f10dd12b14
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user