Author: nbd Date: 2015-09-26 23:10:37 +0200 (Sat, 26 Sep 2015) New Revision: 47049
Modified: trunk/tools/patch/Makefile Log: tools/patch: enable parallel build Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/tools/patch/Makefile =================================================================== --- trunk/tools/patch/Makefile 2015-09-25 08:41:12 UTC (rev 47048) +++ trunk/tools/patch/Makefile 2015-09-26 21:10:37 UTC (rev 47049) @@ -13,6 +13,8 @@ PKG_SOURCE_URL:=@GNU/patch PKG_MD5SUM:=e3da7940431633fb65a01b91d3b7a27a +HOST_BUILD_PARALLEL := 1 + include $(INCLUDE_DIR)/host-build.mk HOSTCC := $(HOSTCC_NOCACHE) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
