build: add the + token to any commands that can pass through the jobserver, fixes parallel build on some systems

SVN-Revision: 33523
This commit is contained in:
Felix Fietkau
2012-09-23 09:50:01 +00:00
parent 5c88d907c8
commit ed2bf29be5
20 changed files with 23 additions and 22 deletions

View File

@@ -77,7 +77,7 @@ define Host/Configure
endef
define Host/Compile
$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) all
+$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) all
endef
define Host/Install