SHA256
3
0
forked from pool/fillup
OBS User autobuild 2009-12-18 13:30:06 +00:00 committed by Git OBS Bridge
parent 28d299d261
commit 5010b3d155
2 changed files with 4 additions and 9 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Sun Dec 13 01:25:18 CET 2009 - jengelh@medozas.de
- enable parallel building
-------------------------------------------------------------------
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de

View File

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