From: Felix Fietkau Date: Thu, 9 Feb 2017 12:35:51 +0000 (+0100) Subject: toolchain/musl: parallelize make install X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=commitdiff_plain;h=43332f513baf35e2bcd3285d7c93d592001943f6;hp=0928b6d2abf27124e0ffbd85be953cedda8e62d2 toolchain/musl: parallelize make install Signed-off-by: Felix Fietkau --- diff --git a/toolchain/musl/Makefile b/toolchain/musl/Makefile index 1533f51a0d..2b9312bcbf 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