improve parallel building

SVN-Revision: 5208
This commit is contained in:
Felix Fietkau
2006-10-18 19:00:05 +00:00
parent 5884dd6254
commit 6a2879bfe7
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=/ \