From c1dd88216244458e459c365cbe11dbb6532b3f86 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 19 Mar 2010 16:48:01 +1100 Subject: build: don't default to WAFCACHE in configure --- source4/configure.waf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'source4') diff --git a/source4/configure.waf b/source4/configure.waf index cf45177c20..53efbb56b6 100755 --- a/source4/configure.waf +++ b/source4/configure.waf @@ -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 $* -- cgit