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:
commit
dfefc601bf
@ -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
|
||||
|
||||
|
@ -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 {} \;
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 {} \;
|
||||
|
Loading…
Reference in New Issue
Block a user