diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-28 15:07:43 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-28 15:07:43 +0000 |
commit | ce300f0b9f3623801c043bf4204243faef118cab (patch) | |
tree | 4db99bef6e30e00113a836587fd388f129f4a4d0 /libxml2 | |
parent | fec885e5e39040863344a4c7667baca4f0049f66 (diff) |
INTEGRATION: CWS ause017 (1.9.6); FILE MERGED
2005/01/26 12:24:09 hjs 1.9.6.1: #i35875# multiprocessing support for external modules
Diffstat (limited to 'libxml2')
-rw-r--r-- | libxml2/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk index b8d324bee7b2..754c7e092a89 100644 --- a/libxml2/makefile.mk +++ b/libxml2/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: obo $ $Date: 2004-11-16 13:27:52 $ +# last change: $Author: rt $ $Date: 2005-01-28 16:07:43 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -95,6 +95,7 @@ CONFIGURE_DIR= CONFIGURE_ACTION=.$/configure CONFIGURE_FLAGS=--enable-ipv6=no --without-python --enable-static=no BUILD_ACTION=$(GNUMAKE) +BUILD_FLAGS+= -j$(EXTMAXPROCESS) BUILD_DIR=$(CONFIGURE_DIR) .ENDIF |