[vlc-devel] [PATCH 09/10] contrib: do the fetch before building everything

Steve Lhomme robux4 at ycbcr.xyz
Mon Jul 6 15:14:11 CEST 2020


This avoids starting building and stopping in the middle if some tarballs can't
be downloaded.

It also avoids mixing logs for downloads and logs for building.
---
 contrib/src/main.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 1df4e52bd2f..84e2fd48ab4 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -480,7 +480,7 @@ PKGS := $(sort $(PKGS_MANUAL) $(PKGS_DEPS))
 
 fetch: $(PKGS:%=.sum-%)
 fetch-all: $(PKGS_ALL:%=.sum-%)
-install: $(PKGS:%=.%)
+install: fetch $(PKGS:%=.%)
 
 mostlyclean:
 	-$(RM) $(foreach p,$(PKGS_ALL),.$(p) .sum-$(p) .dep-$(p))
-- 
2.26.2



More information about the vlc-devel mailing list