]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
minimalize it
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 7 May 2004 18:12:57 +0000 (18:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openoffice-pld-parallel-build.patch -> 1.8

openoffice-pld-parallel-build.patch

index 3046e26a30ec68cb7dee59332fcbc6a743618229..b538b15d167dc1f20ff2d106467fb539a5fced3a 100644 (file)
@@ -1,34 +1,3 @@
-diff -urN ooo-build-1.1.55.org/bin/build-ooo ooo-build-1.1.55/bin/build-ooo
---- ooo-build-1.1.55.org/bin/build-ooo 2004-05-06 23:22:35.741584000 +0200
-+++ ooo-build-1.1.55/bin/build-ooo     2004-05-07 02:13:02.784837104 +0200
-@@ -467,7 +467,17 @@
- cd instsetoo || exit 1;
- EXTRA_BUILD_FLAGS=
- if test $BUILD_NCPUS -gt 1; then
--    EXTRA_BUILD_FLAGS=-P$BUILD_NCPUS
-+    if test $BUILD_NCPUS -lt 3; then
-+      EXTRA_BUILD_FLAGS=-P2
-+    elif test $BUILD_NCPUS -lt 7; then
-+      # limit to 2/2 only
-+      EXTRA_BUILD_FLAGS_PRE="-P2"
-+      EXTRA_BUILD_FLAGS_POST="-- -P2"
-+    else
-+      # limit to 4/4 only
-+      EXTRA_BUILD_FLAGS_PRE="-P4"
-+      EXTRA_BUILD_FLAGS_POST="-- -P4"
-+    fi
- fi
- if test "z$BUILD_WIN32" == "z"; then
-     EXTRA_BUILD_FLAGS="$EXTRA_BUILD_FLAGS --dlv_switch link"
-@@ -475,7 +485,7 @@
- # Accelerate straight-through compiles by not building / using dependencies
- export nodep=1
--perl $SOLARENV/bin/build.pl --all $EXTRA_BUILD_FLAGS || exit 1;
-+perl $SOLARENV/bin/build.pl $EXTRA_BUILD_FLAGS_PRE --all $EXTRA_BUILD_FLAGS $EXTRA_BUILD_FLAGS_POST || exit 1;
- touch $OOBUILDDIR/$STAMP || exit 1;
 diff -urN ooo-build-1.1.55.org/patches/OOO_1_1/build-parallel-ooficecfg.patch ooo-build-1.1.55/patches/OOO_1_1/build-parallel-ooficecfg.patch
 --- ooo-build-1.1.55.org/patches/OOO_1_1/build-parallel-ooficecfg.patch        1970-01-01 01:00:00.000000000 +0100
 +++ ooo-build-1.1.55/patches/OOO_1_1/build-parallel-ooficecfg.patch    2004-05-07 03:46:21.634682552 +0200
This page took 0.178422 seconds and 4 git commands to generate.