SHA256
1
0
forked from pool/libreoffice
Petr Mladek 2012-07-11 15:44:35 +00:00 committed by Git OBS Bridge
parent 979140cada
commit 5ec8fed7c4
8 changed files with 16 additions and 16 deletions

View File

@ -209,7 +209,7 @@ fi
PARALLEL_BUILD=
if test -n "$lo_jobs" ; then
PARALLEL_BUILD="--with-max-jobs=$lo_jobs"
BUILD_SCRIPT_FLAGS="-- -P%jobs"
BUILD_SCRIPT_FLAGS="-- -P$lo_jobs"
fi
# parallel build of modules
# it makes sense on machines with more CPUs
@ -217,7 +217,7 @@ num_cpus=`grep ^processor /proc/cpuinfo | wc -l`
# allow only 2 modules if there more jobs allowed in one module
test -n "$lo_jobs" -a "$lo_jobs" -gt 1 && num_cpus="2"
PARALLEL_BUILD="$PARALLEL_BUILD --with-num-cpus=$num_cpus"
BUILD_SCRIPT_FLAGS="-P$ncpus $BUILD_SCRIPT_FLAGS"
BUILD_SCRIPT_FLAGS="-P$num_cpus $BUILD_SCRIPT_FLAGS"
# using icecream
if test -e "/opt/icecream/bin/gcc" -a -e "/opt/icecream/bin/g++" ; then
PARALLEL_BUILD="$PARALLEL_BUILD --with-gcc-speedup=icecream"

View File

@ -205,7 +205,7 @@ fi
PARALLEL_BUILD=
if test -n "$lo_jobs" ; then
PARALLEL_BUILD="--with-max-jobs=$lo_jobs"
BUILD_SCRIPT_FLAGS="-- -P%jobs"
BUILD_SCRIPT_FLAGS="-- -P$lo_jobs"
fi
# parallel build of modules
# it makes sense on machines with more CPUs
@ -213,7 +213,7 @@ num_cpus=`grep ^processor /proc/cpuinfo | wc -l`
# allow only 2 modules if there more jobs allowed in one module
test -n "$lo_jobs" -a "$lo_jobs" -gt 1 && num_cpus="2"
PARALLEL_BUILD="$PARALLEL_BUILD --with-num-cpus=$num_cpus"
BUILD_SCRIPT_FLAGS="-P$ncpus $BUILD_SCRIPT_FLAGS"
BUILD_SCRIPT_FLAGS="-P$num_cpus $BUILD_SCRIPT_FLAGS"
# using icecream
if test -e "/opt/icecream/bin/gcc" -a -e "/opt/icecream/bin/g++" ; then
PARALLEL_BUILD="$PARALLEL_BUILD --with-gcc-speedup=icecream"

View File

@ -304,7 +304,7 @@ fi
PARALLEL_BUILD=
if test -n "$lo_jobs" ; then
PARALLEL_BUILD="--with-max-jobs=$lo_jobs"
BUILD_SCRIPT_FLAGS="-- -P%jobs"
BUILD_SCRIPT_FLAGS="-- -P$lo_jobs"
fi
# parallel build of modules
# it makes sense on machines with more CPUs
@ -312,7 +312,7 @@ num_cpus=`grep ^processor /proc/cpuinfo | wc -l`
# allow only 2 modules if there more jobs allowed in one module
test -n "$lo_jobs" -a "$lo_jobs" -gt 1 && num_cpus="2"
PARALLEL_BUILD="$PARALLEL_BUILD --with-num-cpus=$num_cpus"
BUILD_SCRIPT_FLAGS="-P$ncpus $BUILD_SCRIPT_FLAGS"
BUILD_SCRIPT_FLAGS="-P$num_cpus $BUILD_SCRIPT_FLAGS"
# using icecream
if test -e "/opt/icecream/bin/gcc" -a -e "/opt/icecream/bin/g++" ; then
PARALLEL_BUILD="$PARALLEL_BUILD --with-gcc-speedup=icecream"

View File

@ -322,7 +322,7 @@ fi
PARALLEL_BUILD=
if test -n "$lo_jobs" ; then
PARALLEL_BUILD="--with-max-jobs=$lo_jobs"
BUILD_SCRIPT_FLAGS="-- -P%jobs"
BUILD_SCRIPT_FLAGS="-- -P$lo_jobs"
fi
# parallel build of modules
# it makes sense on machines with more CPUs
@ -330,7 +330,7 @@ num_cpus=`grep ^processor /proc/cpuinfo | wc -l`
# allow only 2 modules if there more jobs allowed in one module
test -n "$lo_jobs" -a "$lo_jobs" -gt 1 && num_cpus="2"
PARALLEL_BUILD="$PARALLEL_BUILD --with-num-cpus=$num_cpus"
BUILD_SCRIPT_FLAGS="-P$ncpus $BUILD_SCRIPT_FLAGS"
BUILD_SCRIPT_FLAGS="-P$num_cpus $BUILD_SCRIPT_FLAGS"
# using icecream
if test -e "/opt/icecream/bin/gcc" -a -e "/opt/icecream/bin/g++" ; then
PARALLEL_BUILD="$PARALLEL_BUILD --with-gcc-speedup=icecream"

View File

@ -361,7 +361,7 @@ fi
PARALLEL_BUILD=
if test -n "$lo_jobs" ; then
PARALLEL_BUILD="--with-max-jobs=$lo_jobs"
BUILD_SCRIPT_FLAGS="-- -P%jobs"
BUILD_SCRIPT_FLAGS="-- -P$lo_jobs"
fi
# parallel build of modules
# it makes sense on machines with more CPUs
@ -369,7 +369,7 @@ num_cpus=`grep ^processor /proc/cpuinfo | wc -l`
# allow only 2 modules if there more jobs allowed in one module
test -n "$lo_jobs" -a "$lo_jobs" -gt 1 && num_cpus="2"
PARALLEL_BUILD="$PARALLEL_BUILD --with-num-cpus=$num_cpus"
BUILD_SCRIPT_FLAGS="-P$ncpus $BUILD_SCRIPT_FLAGS"
BUILD_SCRIPT_FLAGS="-P$num_cpus $BUILD_SCRIPT_FLAGS"
# using icecream
if test -e "/opt/icecream/bin/gcc" -a -e "/opt/icecream/bin/g++" ; then
PARALLEL_BUILD="$PARALLEL_BUILD --with-gcc-speedup=icecream"

View File

@ -295,7 +295,7 @@ fi
PARALLEL_BUILD=
if test -n "$lo_jobs" ; then
PARALLEL_BUILD="--with-max-jobs=$lo_jobs"
BUILD_SCRIPT_FLAGS="-- -P%jobs"
BUILD_SCRIPT_FLAGS="-- -P$lo_jobs"
fi
# parallel build of modules
# it makes sense on machines with more CPUs
@ -303,7 +303,7 @@ num_cpus=`grep ^processor /proc/cpuinfo | wc -l`
# allow only 2 modules if there more jobs allowed in one module
test -n "$lo_jobs" -a "$lo_jobs" -gt 1 && num_cpus="2"
PARALLEL_BUILD="$PARALLEL_BUILD --with-num-cpus=$num_cpus"
BUILD_SCRIPT_FLAGS="-P$ncpus $BUILD_SCRIPT_FLAGS"
BUILD_SCRIPT_FLAGS="-P$num_cpus $BUILD_SCRIPT_FLAGS"
# using icecream
if test -e "/opt/icecream/bin/gcc" -a -e "/opt/icecream/bin/g++" ; then
PARALLEL_BUILD="$PARALLEL_BUILD --with-gcc-speedup=icecream"

View File

@ -349,7 +349,7 @@ fi
PARALLEL_BUILD=
if test -n "$lo_jobs" ; then
PARALLEL_BUILD="--with-max-jobs=$lo_jobs"
BUILD_SCRIPT_FLAGS="-- -P%jobs"
BUILD_SCRIPT_FLAGS="-- -P$lo_jobs"
fi
# parallel build of modules
# it makes sense on machines with more CPUs
@ -357,7 +357,7 @@ num_cpus=`grep ^processor /proc/cpuinfo | wc -l`
# allow only 2 modules if there more jobs allowed in one module
test -n "$lo_jobs" -a "$lo_jobs" -gt 1 && num_cpus="2"
PARALLEL_BUILD="$PARALLEL_BUILD --with-num-cpus=$num_cpus"
BUILD_SCRIPT_FLAGS="-P$ncpus $BUILD_SCRIPT_FLAGS"
BUILD_SCRIPT_FLAGS="-P$num_cpus $BUILD_SCRIPT_FLAGS"
# using icecream
if test -e "/opt/icecream/bin/gcc" -a -e "/opt/icecream/bin/g++" ; then
PARALLEL_BUILD="$PARALLEL_BUILD --with-gcc-speedup=icecream"

View File

@ -181,7 +181,7 @@ fi
PARALLEL_BUILD=
if test -n "$lo_jobs" ; then
PARALLEL_BUILD="--with-max-jobs=$lo_jobs"
BUILD_SCRIPT_FLAGS="-- -P%jobs"
BUILD_SCRIPT_FLAGS="-- -P$lo_jobs"
fi
# parallel build of modules
# it makes sense on machines with more CPUs
@ -189,7 +189,7 @@ num_cpus=`grep ^processor /proc/cpuinfo | wc -l`
# allow only 2 modules if there more jobs allowed in one module
test -n "$lo_jobs" -a "$lo_jobs" -gt 1 && num_cpus="2"
PARALLEL_BUILD="$PARALLEL_BUILD --with-num-cpus=$num_cpus"
BUILD_SCRIPT_FLAGS="-P$ncpus $BUILD_SCRIPT_FLAGS"
BUILD_SCRIPT_FLAGS="-P$num_cpus $BUILD_SCRIPT_FLAGS"
# using icecream
if test -e "/opt/icecream/bin/gcc" -a -e "/opt/icecream/bin/g++" ; then
PARALLEL_BUILD="$PARALLEL_BUILD --with-gcc-speedup=icecream"