summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-08-19 18:29:07 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-08-19 18:29:07 -0500
commitd64bbd6bf8d41604e3f14f911f2169f4295e4d99 (patch)
treed937d231126f8f7edea0734be6c2ce8f2f4e9347 /basegfx
parent3c880648fb99b0f7d276dd2ef1eaf99127a85c46 (diff)
detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/prj/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/prj/makefile.mk b/basegfx/prj/makefile.mk
index 88cd9dfe08b8..d4cf94ec9f4e 100644
--- a/basegfx/prj/makefile.mk
+++ b/basegfx/prj/makefile.mk
@@ -37,4 +37,4 @@ VERBOSEFLAG := -s
.ENDIF
all:
- cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog
+ cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(GMAKE_MODULE_PARALLELISM) $(gb_MAKETARGET) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog