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 Dahl <ry@tinyclouds.org>2009-12-06 09:35:26 +0300
committerRyan Dahl <ry@tinyclouds.org>2009-12-06 09:35:26 +0300
commit90ab0794dfc3d6d8343d22e76e0d86307538445d (patch)
tree73edd3d2324450e3da1a197c54442a2b472ee6d5 /configure
parent48452838b379b167a2aff5786d53c07e5f8bbcdc (diff)
Use --jobs=1 with WAF
Some people were reporting waf erroring with thread.error: can't start new thread this seems to fix that problem.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure
index bb1e754ce5a..7267f64eb09 100755
--- a/configure
+++ b/configure
@@ -16,8 +16,6 @@ cd $WORKINGDIR
WORKINGDIR=`pwd`
cd $CUR_DIR
-WAF="${WORKINGDIR}/tools/waf-light"
-
-"${WAF}" configure $*
+"${WORKINGDIR}/tools/waf-light" --jobs=1 configure $*
exit $?