forked from pool/libreoffice
typo
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=8
This commit is contained in:
parent
979140cada
commit
5ec8fed7c4
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user