[Libreoffice-commits] .: configure.in

Jan Holesovsky kendy at kemper.freedesktop.org
Thu Aug 25 11:38:03 PDT 2011


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9e47de44737d9db36292f7bb8be2d9d2e0fffb52
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Thu Aug 25 20:36:26 2011 +0200

    GMAKE_MODULE_PARALLELISM="$BUILD_MAX_JOBS"
    
    This is more equivalent to the build/dmake meaning.

diff --git a/configure.in b/configure.in
index 2f4b44b..d052004 100755
--- a/configure.in
+++ b/configure.in
@@ -9119,7 +9119,7 @@ if test $BUILD_MAX_JOBS -gt $BUILD_NCPUS ; then
 else
     GMAKE_PARALLELISM="$BUILD_NCPUS"
 fi
-GMAKE_MODULE_PARALLELISM="$BUILD_NCPUS"
+GMAKE_MODULE_PARALLELISM="$BUILD_MAX_JOBS"
 if test "$no_parallelism_make" = "YES" ; then
     if test -z "$with_num_cpus"; then
         GMAKE_PARALLELISM="1";


More information about the Libreoffice-commits mailing list