mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
tests: remove .gitignore and add a Makefile rule to create it
v2: generate the .gitignore file with the default target v3: remove the .gitignore file Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
+5
-1
@@ -32,12 +32,16 @@ dist_pkgdata_DATA = \
|
||||
$(IMAGES) \
|
||||
$(NULL)
|
||||
|
||||
all-local: .gitignore
|
||||
.gitignore: Makefile.sources
|
||||
@echo "$(pkglibexec_PROGRAMS) $(HANG) test-list.txt .gitignore" | sed 's/\s\+/\n/g' | sort > $@
|
||||
|
||||
pkgdata_DATA = test-list.txt
|
||||
|
||||
EXTRA_PROGRAMS = $(HANG)
|
||||
EXTRA_DIST = $(common_files)
|
||||
|
||||
CLEANFILES = $(EXTRA_PROGRAMS) test-list.txt
|
||||
CLEANFILES = $(EXTRA_PROGRAMS) test-list.txt .gitignore
|
||||
|
||||
AM_CFLAGS = $(DRM_CFLAGS) $(CWARNFLAGS) $(DEBUG_CFLAGS)\
|
||||
-I$(srcdir)/.. \
|
||||
|
||||
Reference in New Issue
Block a user