From a7fc27edcecd1fa5b6988fc10bc382b9cc9774fa Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 9 Feb 2017 13:34:21 +0100 Subject: [PATCH] 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 (cherry picked from commit fe1e3622a271386ea0413c97d9884e9935e17f11) --- include/host-build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/host-build.mk b/include/host-build.mk index b5f1a6bfa7..cb4d45e9c1 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -110,7 +110,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 -- 2.30.2