projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4053c4f
)
build: ensure that flock is available for make download
author
Felix Fietkau
<
[email protected]
>
Thu, 8 Jun 2017 09:05:05 +0000
(11:05 +0200)
committer
Jo-Philipp Wich
<
[email protected]
>
Thu, 8 Jun 2017 21:02:37 +0000
(23:02 +0200)
It ensures that make download can parallelize downloads, even when some
packages download the same files (e.g. gcc/initial, gcc/final)
Signed-off-by: Felix Fietkau <
[email protected]
>
include/toplevel.mk
patch
|
blob
|
history
diff --git
a/include/toplevel.mk
b/include/toplevel.mk
index 77b04aea8a2724ee62d8cecbd1213105a655d424..1171c59093139a5228c2c9ff258f179d0475c2e6 100644
(file)
--- a/
include/toplevel.mk
+++ b/
include/toplevel.mk
@@
-171,7
+171,7
@@
else
DOWNLOAD_DIRS = package/download
endif
-download: .config FORCE
+download: .config FORCE
$(if $(wildcard $(TOPDIR)/staging_dir/host/bin/flock),,tools/flock/compile)
@+$(foreach dir,$(DOWNLOAD_DIRS),$(SUBMAKE) $(dir);)
clean dirclean: .config