vlc | branch: master | Steve Lhomme <[email protected]> | Wed Feb 10 09:07:24 2016 +0100| [c7d4d881b8ec077e661ecbbec23355ef004d8bf9] | committer: Jean-Baptiste Kempf
tools: don't keep files that failed to download -- deprecates https://patches.videolan.org/patch/12214/ Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c7d4d881b8ec077e661ecbbec23355ef004d8bf9 --- extras/tools/tools.mak | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak index 69a8d2d..66bb101 100644 --- a/extras/tools/tools.mak +++ b/extras/tools/tools.mak @@ -298,3 +298,5 @@ distclean: clean rm -fr $(DISTCLEAN_PKG) .PHONY: all clean distclean + +.DELETE_ON_ERROR: _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
