Blame SOURCES/0003-build-Remove-check-for-missing-disthook.patch

5306fb
From 49102593eb5776e2edc535147e8277cdcad1e5d9 Mon Sep 17 00:00:00 2001
5306fb
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
5306fb
Date: Fri, 6 Oct 2017 18:58:21 +0200
5306fb
Subject: [PATCH] build: Remove check-for-missing disthook
5306fb
5306fb
The script has been removed upstream, but the re-added autotools
5306fb
support still references it; we don't have any use for a disthook
5306fb
downstream, so just update the Makefile accordingly.
5306fb
---
5306fb
 Makefile.am | 7 +------
5306fb
 1 file changed, 1 insertion(+), 6 deletions(-)
5306fb
5306fb
diff --git a/Makefile.am b/Makefile.am
5306fb
index eba7d2b28..107a00a05 100644
5306fb
--- a/Makefile.am
5306fb
+++ b/Makefile.am
5306fb
@@ -14,8 +14,7 @@ endif
5306fb
 EXTRA_DIST =		\
5306fb
 	.project	\
5306fb
 	.settings	\
5306fb
-	autogen.sh	\
5306fb
-	tools/check-for-missing.py
5306fb
+	autogen.sh
5306fb
 
5306fb
 # These are files checked into Git that we don't want to distribute
5306fb
 DIST_EXCLUDE =					\
5306fb
@@ -26,8 +25,4 @@ DIST_EXCLUDE =					\
5306fb
 	MAINTAINERS				\
5306fb
 	tools/build/*
5306fb
 
5306fb
-distcheck-hook:
5306fb
-	@echo "Checking disted files against files in git"
5306fb
-	@$(srcdir)/tools/check-for-missing.py $(srcdir) $(distdir) $(DIST_EXCLUDE)
5306fb
-
5306fb
 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-man
5306fb
-- 
5306fb
2.14.2
5306fb