[source] toolchain/musl: parallelize make install

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


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

commit 43332f513baf35e2bcd3285d7c93d592001943f6
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Feb 9 13:35:51 2017 +0100

    toolchain/musl: parallelize make install
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 toolchain/musl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolchain/musl/Makefile b/toolchain/musl/Makefile
index 1533f51..2b9312b 100644
--- a/toolchain/musl/Makefile
+++ b/toolchain/musl/Makefile
@@ -24,7 +24,7 @@ endef
 
 define Host/Install
 	$(call Host/SetToolchainInfo)
-	$(MAKE) $(MUSL_MAKEOPTS) DESTDIR="$(TOOLCHAIN_DIR)/" install
+	+$(MAKE) $(HOST_JOBS) $(MUSL_MAKEOPTS) DESTDIR="$(TOOLCHAIN_DIR)/" install
 	$(CP) ./include $(TOOLCHAIN_DIR)/
 endef
 



More information about the lede-commits mailing list