allow parallel downloading for make download

SVN-Revision: 11411
lede-17.01
Felix Fietkau 2008-06-09 15:38:19 +00:00
parent b014357704
commit 6fd92eece4
1 changed files with 4 additions and 4 deletions

View File

@ -93,10 +93,10 @@ tmp/.prereq-build: include/prereq-build.mk
touch $@ touch $@
download: .config FORCE download: .config FORCE
$(MAKE) -j1 tools/download +$(MAKE) tools/download
$(MAKE) -j1 toolchain/download +$(MAKE) toolchain/download
$(MAKE) -j1 package/download +$(MAKE) package/download
$(MAKE) -j1 target/download +$(MAKE) target/download
clean dirclean: .config clean dirclean: .config
@$(MAKE) $@ @$(MAKE) $@