summaryrefslogtreecommitdiffstats
path: root/remote/modules/busybox
diff options
context:
space:
mode:
authorJonathan Bauer2013-03-19 16:00:42 +0100
committerJonathan Bauer2013-03-19 16:00:42 +0100
commit2668c259b71369bd39ac222894c15363d6668c40 (patch)
treee27e0b66c671518f4060229f4521ef3c97b0fed0 /remote/modules/busybox
parentbinutil: add libs to blacklist, speeds up by a LOT (thanks michi:)) (diff)
downloadtm-scripts-2668c259b71369bd39ac222894c15363d6668c40.tar.gz
tm-scripts-2668c259b71369bd39ac222894c15363d6668c40.tar.xz
tm-scripts-2668c259b71369bd39ac222894c15363d6668c40.zip
use all cores by make through MAKEFLAGS
Diffstat (limited to 'remote/modules/busybox')
-rw-r--r--remote/modules/busybox/busybox.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/busybox/busybox.build b/remote/modules/busybox/busybox.build
index bc2adc64..d11a3828 100644
--- a/remote/modules/busybox/busybox.build
+++ b/remote/modules/busybox/busybox.build
@@ -14,7 +14,7 @@ build()
if [ ! -e .built ]; then
cd src
pinfo "Running make"
- make -j5 || perror "failed."
+ make || perror "failed."
pinfo "Running make install"
make CONFIG_PREFIX="${MODULE_DIR}"/build/"${PREFIX}" install || perror "failed"
cd -