SHA256
1
0
forked from pool/busybox

Accepting request 51834 from Base:System

Accepted submit request 51834 from user coolo

OBS-URL: https://build.opensuse.org/request/show/51834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=20
This commit is contained in:
Ruediger Oertel 2010-11-02 12:38:06 +00:00 committed by Git OBS Bridge
commit dfefc601bf
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 {} \;