aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/Makefile
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
commit1f095900a2b62d49f49977a85fa2b1e0ef806495 (patch)
tree3775ecd28a8a1b6ff55b21ac0e8fc59bc3fc61b3 /toolchain/uClibc/Makefile
parentd8f112a0544af40966990979aae1fc133d558c5c (diff)
downloadupstream-1f095900a2b62d49f49977a85fa2b1e0ef806495.tar.gz
upstream-1f095900a2b62d49f49977a85fa2b1e0ef806495.tar.bz2
upstream-1f095900a2b62d49f49977a85fa2b1e0ef806495.zip
improve parallel building
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5208 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/Makefile')
-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=/ \