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
This commit is contained in:
Stephan Kulow 2010-11-01 08:22:07 +00:00 committed by Git OBS Bridge
parent aab63f58f8
commit 109810fbea
4 changed files with 13 additions and 3 deletions

View File

@ -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

View File

@ -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 {} \;

View File

@ -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

View File

@ -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 {} \;