forked from pool/fillup
checked in
OBS-URL: https://build.opensuse.org/package/show/Base:System/fillup?expand=0&rev=5
This commit is contained in:
parent
28d299d261
commit
5010b3d155
@ -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
|
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de
|
||||||
|
|
||||||
|
@ -58,14 +58,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 clean
|
||||||
make %{?jobs:-j%jobs} test OPTISPLUS="$RPM_OPT_FLAGS"
|
make 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 clean
|
||||||
make %{?jobs:-j%jobs} compile COMPILE_OPTION=OPTIMIZE OPTISPLUS="$RPM_OPT_FLAGS"
|
make 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
|
||||||
|
Loading…
Reference in New Issue
Block a user