From: nbd Date: Sat, 26 Sep 2015 21:10:37 +0000 (+0000) Subject: tools/patch: enable parallel build X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=d4aa564e7cde616d139b174fd4548d1faff63754;hp=82f2ca6c7791a5c15b40675e75e810bc7b3c79b0;p=openwrt-working-2016%2F.git tools/patch: enable parallel build Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47049 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/tools/patch/Makefile b/tools/patch/Makefile index 4774478c96..1ea96bf33b 100644 --- a/tools/patch/Makefile +++ b/tools/patch/Makefile @@ -13,6 +13,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/patch PKG_MD5SUM:=e3da7940431633fb65a01b91d3b7a27a +HOST_BUILD_PARALLEL := 1 + include $(INCLUDE_DIR)/host-build.mk HOSTCC := $(HOSTCC_NOCACHE)