From ed0b160041c46d74c81ba849f1f841eb5bdaba1c Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Sat, 27 Oct 2012 19:05:33 +0200 Subject: fix parallelism variables and let's have only --with-parallelism from now on Rationale: - it is advised to use max-jobs and num-cpus with the same value in wiki - max-jobs was used only for lcms2 and few gbuild modules outside of tail_build anyway. Also fixes: - really use CHECK_PARALLELISM when meant to - EXTMAXPROCESS is not defined in gbuild; use parent's jobservers in sub-make where possible Change-Id: I501de732d223ce0c935081bd1d73da611d16ee88 Reviewed-on: https://gerrit.libreoffice.org/930 Reviewed-by: Christian Lohmaier Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- hunspell/ExternalProject_hunspell.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hunspell') diff --git a/hunspell/ExternalProject_hunspell.mk b/hunspell/ExternalProject_hunspell.mk index 91cf31ce6e69..aab825cfd8aa 100644 --- a/hunspell/ExternalProject_hunspell.mk +++ b/hunspell/ExternalProject_hunspell.mk @@ -22,7 +22,7 @@ $(call gb_ExternalProject_get_state_target,hunspell,build): $(if $(filter AIX,$(OS)),CFLAGS="-D_LINUX_SOURCE_COMPAT") \ $(if $(filter C53,$(COM)),CFLAGS="-xc99=none") \ $(if $(filter-out WNTGCC,$(GUI)$(COM)),,LDFLAGS="-Wl,--enable-runtime-pseudo-reloc-v2") \ - && $(GNUMAKE) -j$(EXTMAXPROCESS) \ + && $(MAKE) \ && touch $@ # vim: set noet sw=4 ts=4: -- cgit