summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsource4/configure.waf7
1 files changed, 5 insertions, 2 deletions
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 $*