mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
build: don't default to WAFCACHE in configure
This commit is contained in:
parent
8ba2a345b4
commit
c1dd882162
@ -3,7 +3,10 @@
|
||||
echo "Using waf based build"
|
||||
|
||||
WAF=../buildtools/waf
|
||||
export WAFCACHE=$HOME/.wafcache
|
||||
mkdir -p $WAFCACHE
|
||||
|
||||
# don't enable WAFCACHE by default till it is
|
||||
# size limited
|
||||
#export WAFCACHE=$HOME/.wafcache
|
||||
#mkdir -p $WAFCACHE
|
||||
|
||||
$WAF configure $*
|
||||
|
Loading…
Reference in New Issue
Block a user