qt4: Default build rule: Honor PKG_JOBS, if present
authorMichael Büsch <[email protected]>
Mon, 7 Feb 2011 17:12:22 +0000 (17:12 +0000)
committerMichael Büsch <[email protected]>
Mon, 7 Feb 2011 17:12:22 +0000 (17:12 +0000)
SVN-Revision: 25404

Xorg/lib/qt4/files/qmake.mk

index cee4503deaf5fac31d96e0a6e616376843c50cef..8413f584aa6a26e0e505ae4ce0a7fff9c0bc5855 100644 (file)
@@ -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