From: Felix Fietkau Date: Thu, 9 Feb 2017 12:34:21 +0000 (+0100) Subject: build: make Host/Install/Default use Host/Compile/Default with an extra argument X-Git-Tag: v18.06.0-rc1~3717 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fe1e3622a271386ea0413c97d9884e9935e17f11;p=openwrt%2Fopenwrt.git build: make Host/Install/Default use Host/Compile/Default with an extra argument Allows parallelizing compile steps that might be necessary during install Signed-off-by: Felix Fietkau --- diff --git a/include/host-build.mk b/include/host-build.mk index 41ec036afa..ffb68468f9 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -108,7 +108,7 @@ define Host/Compile endef define Host/Install/Default - $(_SINGLE)$(MAKE) -C $(HOST_BUILD_DIR) install + $(call Host/Compile/Default,install) endef define Host/Install