[vlc-commits] contrib: add sanity check against missing .sum-%: rule

Rémi Denis-Courmont git at videolan.org
Wed Jun 29 18:14:00 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jun 29 11:42:49 2011 +0300| [8f50e0448da3dd9b49a63a70e5c85c497d181b19] | committer: Rémi Denis-Courmont

contrib: add sanity check against missing .sum-%: rule

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

 contrib/src/main.mak |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 0da05dd..2d378c5 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -232,4 +232,7 @@ endif
 	$(CHECK_SHA512)
 	touch $@
 
+.sum-%:
+	$(error Download and check target not defined for $*)
+
 .DELETE_ON_ERROR:



More information about the vlc-commits mailing list