mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
s3: Work around dependency bug in Samba 4 waf build in merged build.
This commit is contained in:
parent
aa8d91ae8e
commit
ed39e9b67f
@ -3217,13 +3217,14 @@ clean_libnetapi_examples:
|
||||
../source4/configure: ../buildtools/scripts/configure.waf
|
||||
cd ../source4 && ./autogen.sh
|
||||
|
||||
samba4-configure:
|
||||
@$(MAKE) -C ../source4 reconfigure || ( cd ../source4 && ./configure --enable-auto-reconfigure --prefix="$(prefix)" )
|
||||
samba4-configure: ../source4/configure
|
||||
@$(MAKE) -C ../source4 reconfigure || ( cd ../source4 && ./configure --enable-auto-reconfigure )
|
||||
|
||||
.PHONY: samba4-configure
|
||||
|
||||
bin/smbtorture4: $(BINARY_PREREQS) samba4-configure
|
||||
cd ../source4 && ../buildtools/bin/waf build --targets=smbtorture
|
||||
cd ../source4 && ../buildtools/bin/waf build --targets=asn1_compile,compile_et
|
||||
cd ../source4 && ../buildtools/bin/waf build --targets=smbtorture
|
||||
cp ../source4/bin/smbtorture bin/smbtorture4
|
||||
|
||||
.PHONY: bin/smbtorture4
|
||||
|
Loading…
x
Reference in New Issue
Block a user