diff options
author | Ryan <ry@tinyclouds.org> | 2009-06-22 13:08:32 +0200 |
---|---|---|
committer | Ryan <ry@tinyclouds.org> | 2009-06-22 13:08:32 +0200 |
commit | 115c4942db4bd4a5ee99a83dc70c1c84574fe382 (patch) | |
tree | 8ca7ac2c6305fdbc33be4a74ab96f03e7b1cea12 /configure | |
parent | 00d9b886c1458044cfb2cfa9ccd7b305c3d446e8 (diff) | |
download | node-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-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. # |