[source] build: ensure that flock is available for make download

LEDE Commits lede-commits at lists.infradead.org
Thu Jun 8 02:43:32 PDT 2017


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

commit 737b063cc2e562485e624cda0fb42fb47f1b90c7
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Jun 8 11:05:05 2017 +0200

    build: ensure that flock is available for make download
    
    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 <nbd at nbd.name>
---
 include/toplevel.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/toplevel.mk b/include/toplevel.mk
index 09aec79..5fbf5e2 100644
--- a/include/toplevel.mk
+++ b/include/toplevel.mk
@@ -176,7 +176,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



More information about the lede-commits mailing list