build: add the + token to any commands that can pass through the jobserver, fixes...
[openwrt/staging/florian.git] / package / busybox / Makefile
index 6352eec523cd26b7179470199eec2c0a1a9fb748..177a42ff33fd62f90d35ba6c7b20141c36bd856d 100644 (file)
@@ -80,7 +80,7 @@ ifdef CONFIG_BUSYBOX_CONFIG_FEATURE_HAVE_RPC
 endif
 
 define Build/Compile
-       $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
+       +$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
                CC="$(TARGET_CC)" \
                CROSS_COMPILE="$(TARGET_CROSS)" \
                KBUILD_HAVE_NLS=no \