1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

improve parallel building

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5208 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2006-10-18 19:00:05 +00:00
parent 6c005dac22
commit 9f03dd783e
3 changed files with 11 additions and 4 deletions

View File

@@ -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=/ \