blob: 5c86aacc50311d242a9eecf60b972b4852893d55 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001From f675d7209f999ce80cb4249c4ebb216697387b71 Mon Sep 17 00:00:00 2001
2From: Amy Fong <amy.fong@windriver.com>
3Date: Thu, 29 Jan 2015 09:56:03 -0500
4Subject: [PATCH] Disable m4 file test where sources are built from git.
Patrick Williamsd849ec72016-08-17 14:59:38 -05005
6Signed-off-by: Amy Fong <amy.fong@windriver.com>
Brad Bishop316dfdd2018-06-25 12:45:53 -04007
Patrick Williamsd849ec72016-08-17 14:59:38 -05008---
Brad Bishop316dfdd2018-06-25 12:45:53 -04009 Makefile.am | 2 +-
Patrick Williamsd849ec72016-08-17 14:59:38 -050010 1 file changed, 1 insertion(+), 1 deletion(-)
11
Brad Bishop316dfdd2018-06-25 12:45:53 -040012diff --git a/Makefile.am b/Makefile.am
13index ff7d70a..2fc1f13 100644
Patrick Williamsd849ec72016-08-17 14:59:38 -050014--- a/Makefile.am
15+++ b/Makefile.am
Brad Bishop316dfdd2018-06-25 12:45:53 -040016@@ -189,7 +189,7 @@ CLEAN_LOCAL += clean-pycov
Patrick Williamsd849ec72016-08-17 14:59:38 -050017 # Makefile in datapath/linux, needed to get the list of files to
18 # distribute, requires GNU make extensions.
19 if GNU_MAKE
20-ALL_LOCAL += dist-hook-git
21+# ALL_LOCAL += dist-hook-git
22 dist-hook-git: distfiles
23 @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1; then \
Brad Bishop316dfdd2018-06-25 12:45:53 -040024 (cd datapath && $(MAKE) distfiles); \