SHA256
1
0
forked from pool/patch

Accepting request 49168 from devel:tools

checked in (request 49168)

OBS-URL: https://build.opensuse.org/request/show/49168
OBS-URL: https://build.opensuse.org/package/show/devel:tools/patch?expand=0&rev=21
This commit is contained in:
OBS User autobuild 2010-09-27 13:51:15 +00:00 committed by Git OBS Bridge
parent 873f1112d9
commit f47cd05101
2 changed files with 1 additions and 6 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
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 %{?_smp_mflags} %{verbose:V=1};
make %{?jobs:-j%jobs} %{verbose:V=1};
%check
make check %{verbose:V=1}