Accepting request 43691 from Base:System
checked in (request 43691) OBS-URL: https://build.opensuse.org/request/show/43691 OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=10
This commit is contained in:
parent
ea37d3ce47
commit
c9e787482b
@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
|
||||||
|
|
||||||
- use %_smp_mflags
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 19 15:26:41 UTC 2010 - mseben@novell.com
|
Tue Jan 19 15:26:41 UTC 2010 - mseben@novell.com
|
||||||
|
|
||||||
|
@ -74,12 +74,12 @@ profile_gzip()
|
|||||||
time ./gzip -d < $tmpfile.gz > /dev/null
|
time ./gzip -d < $tmpfile.gz > /dev/null
|
||||||
}
|
}
|
||||||
%if %{do_profiling}
|
%if %{do_profiling}
|
||||||
make %{?_smp_mflags} CFLAGS="$CFLAGS -fprofile-generate"
|
make %{?jobs:-j%jobs} CFLAGS="$CFLAGS -fprofile-generate"
|
||||||
profile_gzip
|
profile_gzip
|
||||||
make clean
|
make clean
|
||||||
make %{?_smp_mflags} CFLAGS="$CFLAGS -fprofile-use"
|
make %{?jobs:-j%jobs} CFLAGS="$CFLAGS -fprofile-use"
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags}
|
make %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
Reference in New Issue
Block a user