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>2010-05-27 00:05:31 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-05-27 00:07:45 +0400
commit311a62dea7478f75cf5a9fc725c8b3d6869faaae (patch)
treef01ca5d57ef11847c8edf06bd7d369d241c5cf20 /Makefile
parent4b216d266af9a7aa1ee034458e654264f074ee57 (diff)
Fix JOBS for Solaris make
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d68eeced1db..3547b43e78f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-JOBS?=1 # The number of parallel processes. Use 'JOBS=2 make' for more.
-WAF=python tools/waf-light --jobs=$(JOBS)
+WAF=python tools/waf-light
all:
+ echo $(WAF)
@$(WAF) build
all-debug: