SHA256
3
0
forked from pool/fillup

Accepting request 42126 from home:jengelh:smp

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

OBS-URL: https://build.opensuse.org/request/show/42126
OBS-URL: https://build.opensuse.org/package/show/Base:System/fillup?expand=0&rev=9
This commit is contained in:
Stephan Kulow 2010-06-28 21:26:38 +00:00 committed by Git OBS Bridge
parent abcdc8618a
commit b42243f841
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
- use %_smp_mflags
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Dec 13 13:17:06 UTC 2009 - aj@suse.de Sun Dec 13 13:17:06 UTC 2009 - aj@suse.de

View File

@ -60,14 +60,14 @@ Authors:
# Be sure that the tests for fillup are run in # Be sure that the tests for fillup are run in
# DEBUG mode for comparision with the references # DEBUG mode for comparision with the references
# #
make %{?jobs:-j%jobs} clean make %{?_smp_mflags} clean
make %{?jobs:-j%jobs} test OPTISPLUS="$RPM_OPT_FLAGS" make %{?_smp_mflags} test OPTISPLUS="$RPM_OPT_FLAGS"
# #
# For the real world make clean and use the # For the real world make clean and use the
# optimzed version. # optimzed version.
# #
make %{?jobs:-j%jobs} clean make %{?_smp_mflags} clean
make %{?jobs:-j%jobs} compile COMPILE_OPTION=OPTIMIZE OPTISPLUS="$RPM_OPT_FLAGS" make %{?_smp_mflags} compile COMPILE_OPTION=OPTIMIZE OPTISPLUS="$RPM_OPT_FLAGS"
%install %install
mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates