[igt-dev] [PATCH i-g-t] autotools: Remove $(HANG) handling

Petri Latvala petri.latvala at intel.com
Tue Jul 28 07:33:59 UTC 2020


Last use of $(HANG) was removed in 8a50ca9985d2
("i915/gem_non_secure_batch.c: Remove"), remove the last dangling
references to the variable.

Signed-off-by: Petri Latvala <petri.latvala at intel.com>
Cc: Arkadiusz Hiler <arkadiusz.hiler at intel.com>
Cc: Lukasz Fiedorowicz <lukasz.fiedorowicz at intel.com>
---
 tests/Makefile.am | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8219e79b..c81b6333 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -34,7 +34,6 @@ test-list-full.txt: Makefile
 
 
 noinst_PROGRAMS = \
-	$(HANG) \
 	$(TESTS_testsuite) \
 	$(NULL)
 
@@ -67,11 +66,9 @@ dist_pkgdata_DATA = \
 
 all-local: .gitignore
 .gitignore: Makefile.sources
-	@echo "$(pkglibexec_PROGRAMS) $(HANG) test-list.txt test-list-full.txt /.gitignore" | sed 's/\s\+/\n/g' | sort > $@
+	@echo "$(pkglibexec_PROGRAMS) test-list.txt test-list-full.txt /.gitignore" | sed 's/\s\+/\n/g' | sort > $@
 
-EXTRA_PROGRAMS = $(HANG)
-
-CLEANFILES = $(EXTRA_PROGRAMS) test-list.txt test-list-full.txt .gitignore
+CLEANFILES = test-list.txt test-list-full.txt .gitignore
 
 AM_CFLAGS = $(CWARNFLAGS) -Wno-unused-result $(DEBUG_CFLAGS)\
 	-I$(top_srcdir)/include/drm-uapi \
-- 
2.20.1



More information about the igt-dev mailing list