From 109810fbea87a6c058e658f4ef8c7236a10edda9bc5ef9b7207bbd25401db57f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 1 Nov 2010 08:22:07 +0000 Subject: [PATCH] Accepting request 51806 from home:jengelh:smp OBS-URL: https://build.opensuse.org/request/show/51806 OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=10 --- busybox-static.changes | 5 +++++ busybox-static.spec | 2 +- busybox.changes | 5 +++++ busybox.spec | 4 ++-- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/busybox-static.changes b/busybox-static.changes index ca18a86..163c148 100644 --- a/busybox-static.changes +++ b/busybox-static.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de + +- Use %_smp_mflags + ------------------------------------------------------------------- Wed Oct 6 16:41:32 UTC 2010 - aj@suse.de diff --git a/busybox-static.spec b/busybox-static.spec index 4bb1eb0..b3584be 100644 --- a/busybox-static.spec +++ b/busybox-static.spec @@ -64,7 +64,7 @@ export BUILD_VERBOSE=2 mv include/ar.h include/b_ar.h sed -i -e 's/"ar.h"/"b_ar.h"/' archival/*.c archival/*/*.c make -e oldconfig -make -e CC=gcc-uClibc %{?jobs:-j%jobs} +make -e CC=gcc-uClibc %{?_smp_mflags} %install find -name ".cvsignore" -exec rm {} \; diff --git a/busybox.changes b/busybox.changes index b5239f7..23a4861 100644 --- a/busybox.changes +++ b/busybox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de + +- Use %_smp_mflags + ------------------------------------------------------------------- Wed Oct 6 16:39:15 UTC 2010 - aj@suse.de diff --git a/busybox.spec b/busybox.spec index 6553cc5..bf9250c 100644 --- a/busybox.spec +++ b/busybox.spec @@ -57,8 +57,8 @@ find -name .svn | xargs rm -rf export VERBOSE=-v export BUILD_VERBOSE=2 make -e oldconfig -make -e %{?jobs:-j%jobs} -make -e doc busybox.links %{?jobs:-j%jobs} +make -e %{?_smp_mflags} +make -e doc busybox.links %{?_smp_mflags} %install find -name ".cvsignore" -exec rm {} \;