mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-23 15:12:50 +00:00
toolchain/musl: parallelize make install
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
0928b6d2ab
commit
43332f513b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user