summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-06-22 13:08:32 +0200
committerRyan <ry@tinyclouds.org>2009-06-22 13:08:32 +0200
commit115c4942db4bd4a5ee99a83dc70c1c84574fe382 (patch)
tree8ca7ac2c6305fdbc33be4a74ab96f03e7b1cea12 /configure
parent00d9b886c1458044cfb2cfa9ccd7b305c3d446e8 (diff)
downloadnode-new-115c4942db4bd4a5ee99a83dc70c1c84574fe382.tar.gz
Create tools directory
Users will need to "make distclean" to recompile from scratch since I've moved a lot of the core build tools around.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 11d4ce01e7..a106344647 100755
--- a/configure
+++ b/configure
@@ -24,6 +24,8 @@ cd $WORKINGDIR
WORKINGDIR=`pwd`
cd $CUR_DIR
+WAF="${WORKINGDIR}/tools/waf"
+
# Checks for WAF. Honours $WAF if set. Stores path to 'waf' in $WAF.
# Requires that $PYTHON is set.
#