1
0
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:
Andrew Tridgell 2010-03-19 16:48:01 +11:00
parent 8ba2a345b4
commit c1dd882162

View File

@ -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 $*