[source] build: make Host/Install/Default use Host/Compile/Default with an extra argument

LEDE Commits lede-commits at lists.infradead.org
Thu Feb 9 05:49:44 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/fe1e3622a271386ea0413c97d9884e9935e17f11

commit fe1e3622a271386ea0413c97d9884e9935e17f11
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Feb 9 13:34:21 2017 +0100

    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 <nbd at nbd.name>
---
 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 41ec036..ffb6846 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



More information about the lede-commits mailing list