[Libreoffice-commits] .: Makefile.in

Stephan Bergmann sbergmann at kemper.freedesktop.org
Wed Sep 14 11:02:41 PDT 2011


 Makefile.in |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 932ee04999f5f86491eaa35a2359546efc050429
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Sep 14 20:01:40 2011 +0200

    Introduced CHECK_PARALLELISM (and poshed the code up).

diff --git a/Makefile.in b/Makefile.in
index 7b891f8..eba4838 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -96,8 +96,10 @@ check: Makefile dmake/dmake at EXEEXT_FOR_BUILD@ fetch
 	cd smoketestoo_native && \
 	export SAL_USE_VCLPLUGIN="svp" && \
         build.pl -P at BUILD_NCPUS@ --all -- -P at BUILD_MAX_JOBS@
-	@. ./Env.Host.sh && @GNUMAKE@ -f $$SRC_ROOT/GNUmakefile.mk -r \
-            $(if @VERBOSE@,,-s) -j at GMAKE_PARALLELISM@ subsequentcheck
+	@. ./Env.Host.sh && $(MAKE) -f "$$SRC_ROOT"/GNUmakefile.mk -r \
+            $(if @VERBOSE@,,-s) --jobs="$(if \
+               $(CHECK_PARALLELISM),$(CHECK_PARALLELISM), at GMAKE_PARALLELISM@)" \
+            subsequentcheck
 
 id:
 	@. ./Env.Host.sh && \


More information about the Libreoffice-commits mailing list