SHA256
1
0
forked from pool/make

Accepting request 42145 from home:jengelh:smp

Copy from home:jengelh:smp/make via accept of submit request 42145 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/42145
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2010-06-28 21:25:52 +00:00 committed by Git OBS Bridge
parent bf28d156c4
commit 1a59f42222
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
- use %_smp_mflags
-------------------------------------------------------------------
Mon May 24 17:16:41 UTC 2010 - coolo@novell.com

View File

@ -50,7 +50,7 @@ fi
%build
CFLAGS=$RPM_OPT_FLAGS \
./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
make %{?jobs:-j%jobs}
make %{?_smp_mflags}
make check
%install