[vlc-commits] extra/tools: add a fetch-all target

Jean-Baptiste Kempf git at videolan.org
Tue Nov 7 16:03:50 CET 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Nov  7 14:59:09 2017 +0100| [bbaf9ff3fb7e516f2d6a921c3c7bee0a6ad3e28a] | committer: Jean-Baptiste Kempf

extra/tools: add a fetch-all target

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bbaf9ff3fb7e516f2d6a921c3c7bee0a6ad3e28a
---

 extras/tools/tools.mak | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index d183abc8b7..517f97ef24 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -295,6 +295,8 @@ CLEAN_FILE += .protoc
 #
 #
 
+fetch-all: $(DISTCLEAN_PKG)
+
 clean:
 	rm -fr $(CLEAN_FILE) $(CLEAN_PKG) build/
 



More information about the vlc-commits mailing list