summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-28 15:06:39 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-28 15:06:39 +0000
commitfec885e5e39040863344a4c7667baca4f0049f66 (patch)
tree99aa4bdd0d42fb2dfe7829ca46085f7aa6dc9026 /python
parentINTEGRATION: CWS ause017 (1.10.6); FILE MERGED (diff)
downloadcore-fec885e5e39040863344a4c7667baca4f0049f66.tar.gz
core-fec885e5e39040863344a4c7667baca4f0049f66.zip
INTEGRATION: CWS ause017 (1.14.8); FILE MERGED
2005/01/26 13:02:26 hjs 1.14.8.1: #i35875# multiprocessing support for external modules
Diffstat (limited to 'python')
-rw-r--r--python/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/makefile.mk b/python/makefile.mk
index bddf624ae7cb..07ba6aeb9c66 100644
--- a/python/makefile.mk
+++ b/python/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: obo $ $Date: 2005-01-25 12:59:50 $
+# last change: $Author: rt $ $Date: 2005-01-28 16:06:39 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -132,9 +132,9 @@ CXX:=$(COMPATH)$/bin$/CC
.ENDIF # "$(COMNAME)"=="sunpro5"
.IF "$(OS)" == "IRIX"
-BUILD_ACTION=$(ENV_BUILD) gmake ; gmake install
+BUILD_ACTION=$(ENV_BUILD) gmake -j$(EXTMAXPROCESS) ; gmake install
.ELSE
-BUILD_ACTION=$(ENV_BUILD) make ; make install
+BUILD_ACTION=$(ENV_BUILD) $(GNUMAKE) -j$(EXTMAXPROCESS) ; $(GNUMAKE) install
.ENDIF
.ELSE
# ----------------------------------