[vlc-commits] tools: don't keep files that failed to download
Steve Lhomme
git at videolan.org
Fri Feb 12 11:22:00 CET 2016
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | 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 <jb at videolan.org>
> 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:
More information about the vlc-commits
mailing list