qt4: Default build rule: Honor PKG_JOBS, if present
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25404 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
35b873d1f6
commit
5d87e1ff03
@ -31,6 +31,6 @@ define Build/Configure/Qmake
|
||||
endef
|
||||
|
||||
define Build/Compile/Default
|
||||
$(MAKE) -C $(PKG_BUILD_DIR)/$(MAKE_PATH) \
|
||||
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR)/$(MAKE_PATH) \
|
||||
$(1);
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user