aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-18 19:00:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-18 19:00:05 +0000
commit6a2879bfe766bdc09d26980d5dcdedfeee2055a5 (patch)
treecbcff442f83686af3d623f89d23343330d1e2f35 /toolchain
parent5884dd62545fad411d59aa12b6933c3bf44a0d7e (diff)
downloadupstream-6a2879bfe766bdc09d26980d5dcdedfeee2055a5.tar.gz
upstream-6a2879bfe766bdc09d26980d5dcdedfeee2055a5.tar.bz2
upstream-6a2879bfe766bdc09d26980d5dcdedfeee2055a5.zip
improve parallel building
SVN-Revision: 5208
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/uClibc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile
index 732911215e..b640405ddc 100644
--- a/toolchain/uClibc/Makefile
+++ b/toolchain/uClibc/Makefile
@@ -68,7 +68,7 @@ define Build/Configure
endef
define Build/Compile
- PATH=$(TARGET_PATH) $(MAKE) -C $(PKG_BUILD_DIR) \
+ PATH=$(TARGET_PATH) $(MAKE) -j $(CONFIG_JLEVEL) -C $(PKG_BUILD_DIR) \
PREFIX= \
DEVEL_PREFIX=/ \
RUNTIME_PREFIX=/ \