From b42243f8413405aa21f3d0da766426e6075978d313dad9c656b3643f0a76a236 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 28 Jun 2010 21:26:38 +0000 Subject: [PATCH] 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 --- fillup.changes | 5 +++++ fillup.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/fillup.changes b/fillup.changes index 5acae16..54becc1 100644 --- a/fillup.changes +++ b/fillup.changes @@ -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 diff --git a/fillup.spec b/fillup.spec index a6c816c..54c5844 100644 --- a/fillup.spec +++ b/fillup.spec @@ -60,14 +60,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 %{?_smp_mflags} clean +make %{?_smp_mflags} 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 %{?_smp_mflags} clean +make %{?_smp_mflags} compile COMPILE_OPTION=OPTIMIZE OPTISPLUS="$RPM_OPT_FLAGS" %install mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates