summaryrefslogtreecommitdiff
path: root/xmlreader
diff options
context:
space:
mode:
Diffstat (limited to 'xmlreader')
-rw-r--r--xmlreader/prj/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlreader/prj/makefile.mk b/xmlreader/prj/makefile.mk
index 88cd9dfe08b8..d4cf94ec9f4e 100644
--- a/xmlreader/prj/makefile.mk
+++ b/xmlreader/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
using deprecated std::auto_ptrStephan Bergmann 2017-10-29libmspub: pass optimization flags to configureDavid Tardon 2017-10-04use the new gbuild way to update config.*David Tardon 2017-09-26external/libmspub: Update config.{guess,sub}Stephan Bergmann 2017-06-13iOS, patch libmspubjan Iversen 2017-04-26Upgrade to ICU 59.1Eike Rathke 2017-02-23add upstream URL to READMEsDavid Tardon 2016-05-30configure: set BOOST_CPPFLAGS also in --without-system-boost caseMichael Stahl 2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann 2015-09-17blind attempt to fix lcovDavid Tardon 2015-09-01core: fix build with system boost 1.59David Ostrovsky 2015-08-11gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud 2015-02-27For Clang -fsanitize=vptr use -fvisibility-ms-compat, not -fvisibility=hiddenStephan Bergmann 2015-01-13external/libmspub: Work around -fsanitize=enumStephan Bergmann 2014-12-19libmspub depends on zlibChristian Lohmaier 2014-11-13More passing of MAKE into external configureStephan Bergmann 2014-11-10external: fortunately boost no longer requires config_host.mkMichael Stahl 2014-08-29Simplify some $ENABLE_DEBUG expressionsStephan Bergmann 2014-08-29Pass --enable-debug also down to external/libmspubStephan Bergmann 2014-05-26rebase all import libsDavid Tardon 2014-02-27normalize values of CROSS_COMPILINGMichael Stahl 2014-02-12normalize values of SYSTEM_BOOSTMichael Stahl 2013-11-14libmspub: fix the quotingMichael Stahl 2013-11-14more externals need config_host for boostMichael Stahl 2013-10-19fdo#70393: move libmspub to a subdir of externalKhaled Hosny