summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseawood%netscape.com <devnull@localhost>2002-03-14 22:51:40 +0000
committerseawood%netscape.com <devnull@localhost>2002-03-14 22:51:40 +0000
commitbe0aa4947eb823e4e22a653ac402a9993c7eac70 (patch)
treeadfc9fa46a6fa839c2d132a9b58a3a165704d57c
parent5a27ef6395ca748a2952af3ad293d170c072bb3b (diff)
downloadnspr-hg-be0aa4947eb823e4e22a653ac402a9993c7eac70.tar.gz
Temporarily force NSPR to use -j1 to work around -j bug in pr/src/Makefile.in.
Bug #123423 r=cls a=asa
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index ac081b6b..f3efa393 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -41,6 +41,8 @@ VPATH = @srcdir@
include $(MOD_DEPTH)/config/autoconf.mk
+MAKE := $(patsubst -j%,,$(MAKE)) -j1
+
DIRS = config pr lib
ifdef MOZILLA_CLIENT