forked from pool/coreutils
Accepting request 42399 from home:jengelh:smp
Copy from home:jengelh:smp/coreutils via accept of submit request 42399 revision 2. Request was accepted with message: reviewed ok. OBS-URL: https://build.opensuse.org/request/show/42399 OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=12
This commit is contained in:
parent
c50a85acdd
commit
5ae8424cb7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 1 21:23:40 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
- Use %_smp_mflags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 28 12:52:15 CEST 2010 - pth@suse.de
|
||||
|
||||
|
@ -127,17 +127,17 @@ export CFLAGS="%optflags -Wall"
|
||||
gl_cv_func_printf_directive_n=yes \
|
||||
gl_cv_func_isnanl_works=yes \
|
||||
DEFAULT_POSIX2_VERSION=199209
|
||||
make %{?jobs:-j%jobs} PAMLIBS="-lpam -ldl" V=1
|
||||
make %{?_smp_mflags} PAMLIBS="-lpam -ldl" V=1
|
||||
|
||||
%check
|
||||
if test $EUID -eq 0; then
|
||||
su nobody -c make %{?jobs:-j%jobs} check VERBOSE=yes V=1
|
||||
make %{?jobs:-j%jobs} check-root VERBOSE=yes V=1
|
||||
su nobody -c make %{?_smp_mflags} check VERBOSE=yes V=1
|
||||
make %{?_smp_mflags} check-root VERBOSE=yes V=1
|
||||
else
|
||||
%ifarch %arm
|
||||
make -k %{?jobs:-j%jobs} check VERBOSE=yes V=1 || echo make check failed
|
||||
make -k %{?_smp_mflags} check VERBOSE=yes V=1 || echo make check failed
|
||||
%else
|
||||
make %{?jobs:-j%jobs} check VERBOSE=yes V=1
|
||||
make %{?_smp_mflags} check VERBOSE=yes V=1
|
||||
%endif
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user