SHA256
3
0
forked from pool/patch

Accepting request 42404 from home:jengelh:smp

Copy from home:jengelh:smp/patch via accept of submit request 42404 revision 2.
Request was accepted with message:
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/42404
OBS-URL: https://build.opensuse.org/package/show/devel:tools/patch?expand=0&rev=20
This commit is contained in:
Andreas Gruenbacher 2010-07-02 08:21:11 +00:00 committed by Git OBS Bridge
parent 1a4053bd8e
commit 873f1112d9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 2 06:57:49 UTC 2010 - jengelh@medozas.de
- Use %_smp_mflags
-------------------------------------------------------------------
Wed May 5 01:28:12 CEST 2010 - agruen@suse.de

View File

@ -49,7 +49,7 @@ Authors:
%build
CFLAGS="$RPM_OPT_FLAGS -Wall -O2 -pipe" \
./configure --prefix=%{_prefix}
make %{?jobs:-j%jobs} %{verbose:V=1};
make %{?_smp_mflags} %{verbose:V=1};
%check
make check %{verbose:V=1}