Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-06-22 15:08:32 +0400
committerRyan <ry@tinyclouds.org>2009-06-22 15:08:32 +0400
commit115c4942db4bd4a5ee99a83dc70c1c84574fe382 (patch)
tree8ca7ac2c6305fdbc33be4a74ab96f03e7b1cea12 /configure
parent00d9b886c1458044cfb2cfa9ccd7b305c3d446e8 (diff)
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 11d4ce01e76..a106344647d 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.
#