Accepting request 149234 from devel:Factory:ARM
OBS-URL: https://build.opensuse.org/request/show/149234 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=22
This commit is contained in:
parent
57956e4fa7
commit
1147d52e34
@ -372,6 +372,7 @@ lo_jobs="%{?jobs:%jobs}"
|
||||
# native hardware is not that powerful
|
||||
lo_jobs=""
|
||||
%endif
|
||||
%endif
|
||||
if test -n "$lo_jobs" -a "$lo_jobs" -gt "64" ; then
|
||||
echo "Warning: dmake does not support more than 64 processes => reducing number of parallel jobs"
|
||||
lo_jobs="64"
|
||||
|
@ -360,6 +360,7 @@ lo_jobs="%{?jobs:%jobs}"
|
||||
# native hardware is not that powerful
|
||||
lo_jobs=""
|
||||
%endif
|
||||
%endif
|
||||
if test -n "$lo_jobs" -a "$lo_jobs" -gt "64" ; then
|
||||
echo "Warning: dmake does not support more than 64 processes => reducing number of parallel jobs"
|
||||
lo_jobs="64"
|
||||
|
@ -372,6 +372,7 @@ lo_jobs="%{?jobs:%jobs}"
|
||||
# native hardware is not that powerful
|
||||
lo_jobs=""
|
||||
%endif
|
||||
%endif
|
||||
if test -n "$lo_jobs" -a "$lo_jobs" -gt "64" ; then
|
||||
echo "Warning: dmake does not support more than 64 processes => reducing number of parallel jobs"
|
||||
lo_jobs="64"
|
||||
|
@ -360,6 +360,7 @@ lo_jobs="%{?jobs:%jobs}"
|
||||
# native hardware is not that powerful
|
||||
lo_jobs=""
|
||||
%endif
|
||||
%endif
|
||||
if test -n "$lo_jobs" -a "$lo_jobs" -gt "64" ; then
|
||||
echo "Warning: dmake does not support more than 64 processes => reducing number of parallel jobs"
|
||||
lo_jobs="64"
|
||||
|
@ -387,6 +387,7 @@ lo_jobs="%{?jobs:%jobs}"
|
||||
# native hardware is not that powerful
|
||||
lo_jobs=""
|
||||
%endif
|
||||
%endif
|
||||
if test -n "$lo_jobs" -a "$lo_jobs" -gt "64" ; then
|
||||
echo "Warning: dmake does not support more than 64 processes => reducing number of parallel jobs"
|
||||
lo_jobs="64"
|
||||
|
@ -165,6 +165,7 @@ lo_jobs="%{?jobs:%jobs}"
|
||||
# native hardware is not that powerful
|
||||
lo_jobs=""
|
||||
%endif
|
||||
%endif
|
||||
if test -n "$lo_jobs" -a "$lo_jobs" -gt "64" ; then
|
||||
echo "Warning: dmake does not support more than 64 processes => reducing number of parallel jobs"
|
||||
lo_jobs="64"
|
||||
|
Loading…
Reference in New Issue
Block a user