From ae9cb8aa7bf4d875880bd36649ab995a5905d4bd Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Thu, 16 Aug 2018 23:08:28 +0100 Subject: BUILD: Simplify print-dists rule filter DIST_FILES_% matches variables such as DIST_FILES_DOCS_language that shouldn't be included in the output as a result of commit c9f2091. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9958e5ebdc..70153e62ac 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ endif .PHONY: print-dists print-executables print-dists: - @echo $(foreach V, $(filter DIST_FILES_%, $(.VARIABLES)), $($V)) + @echo $(DIST_FILES_DOCS) $(DIST_FILES_THEMES) $(DIST_FILES_NETWORKING) $(DIST_FILES_ENGINEDATA) $(srcdir)/doc print-executables: @echo $(if $(DIST_EXECUTABLES),$(DIST_EXECUTABLES),$(EXECUTABLE) $(PLUGINS)) -- cgit v1.2.3