You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ji...@apache.org on 2020/10/21 19:24:42 UTC

svn commit: r1882742 - in /openoffice/devtools/build-scripts/4.1.8: unxlngi6/build_aoo32bit_on_centos5.sh unxlngix6/build_aoo64bit_on_centos5.sh

Author: jim
Date: Wed Oct 21 19:24:41 2020
New Revision: 1882742

URL: http://svn.apache.org/viewvc?rev=1882742&view=rev
Log:
Update to use 5 threads

Modified:
    openoffice/devtools/build-scripts/4.1.8/unxlngi6/build_aoo32bit_on_centos5.sh
    openoffice/devtools/build-scripts/4.1.8/unxlngix6/build_aoo64bit_on_centos5.sh

Modified: openoffice/devtools/build-scripts/4.1.8/unxlngi6/build_aoo32bit_on_centos5.sh
URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.8/unxlngi6/build_aoo32bit_on_centos5.sh?rev=1882742&r1=1882741&r2=1882742&view=diff
==============================================================================
--- openoffice/devtools/build-scripts/4.1.8/unxlngi6/build_aoo32bit_on_centos5.sh (original)
+++ openoffice/devtools/build-scripts/4.1.8/unxlngi6/build_aoo32bit_on_centos5.sh Wed Oct 21 19:24:41 2020
@@ -36,9 +36,9 @@ fi
 source ./LinuxX86Env.Set.sh || exit 1
 ./bootstrap || exit 1
 cd instsetoo_native
-time perl "$SOLARENV/bin/build.pl" --all -- -P4 || exit 1
+time perl "$SOLARENV/bin/build.pl" --all -- -P5 || exit 1
 cd util
-dmake -P4 ooolanguagepack || exit 1
+dmake -P5 ooolanguagepack || exit 1
 dmake -P2 sdkoo_en-US || exit 1 
 
 date "+Build ended at %H:%M:%S"

Modified: openoffice/devtools/build-scripts/4.1.8/unxlngix6/build_aoo64bit_on_centos5.sh
URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.8/unxlngix6/build_aoo64bit_on_centos5.sh?rev=1882742&r1=1882741&r2=1882742&view=diff
==============================================================================
--- openoffice/devtools/build-scripts/4.1.8/unxlngix6/build_aoo64bit_on_centos5.sh (original)
+++ openoffice/devtools/build-scripts/4.1.8/unxlngix6/build_aoo64bit_on_centos5.sh Wed Oct 21 19:24:41 2020
@@ -36,9 +36,9 @@ fi
 source ./LinuxX86-64Env.Set.sh || exit 1 
 ./bootstrap || exit 1
 cd instsetoo_native
-time perl "$SOLARENV/bin/build.pl" --all -- -P4 || exit 1
+time perl "$SOLARENV/bin/build.pl" --all -- -P5 || exit 1
 cd util
-dmake -P4 ooolanguagepack || exit 1
+dmake -P5 ooolanguagepack || exit 1
 dmake -P2 sdkoo_en-US || exit 1 
 
 date "+Build ended at %H:%M:%S"