mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
build: move waf into buildtools/bin
This commit is contained in:
parent
a2b4d7e8eb
commit
c6e73cb3b6
0
buildtools/waf → buildtools/bin/waf
vendored
0
buildtools/waf → buildtools/bin/waf
vendored
@ -10,7 +10,7 @@
|
||||
# from make to pass it to waf?
|
||||
JOBS=1
|
||||
|
||||
WAF=JOBS=$(JOBS) ../buildtools/waf
|
||||
WAF=JOBS=$(JOBS) ../buildtools/bin/waf
|
||||
|
||||
all:
|
||||
$(WAF) build
|
||||
@ -30,7 +30,7 @@ quicktest:
|
||||
clean:
|
||||
$(WAF) clean
|
||||
|
||||
distclean:
|
||||
distclean: clean
|
||||
rm -rf bin
|
||||
|
||||
# some compatibility make targets
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
echo "Using waf based build"
|
||||
|
||||
WAF=../buildtools/waf
|
||||
WAF=../buildtools/bin/waf
|
||||
|
||||
# don't enable WAFCACHE by default till it is
|
||||
# size limited
|
||||
|
Loading…
Reference in New Issue
Block a user