From 4cd928a567104dda2a28f6326a4d1fd27f139cea Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Fri, 13 Oct 2017 01:41:48 -0500 Subject: BUILD: Add commands for retrieving calculated binaries & dist files Instead of hard-coding these lists into the CI system's packaging code, expose them from Make so that everything is sourced off the same one list. --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a01c45f570..c98cf89c5b 100644 --- a/Makefile +++ b/Makefile @@ -111,3 +111,10 @@ config.mk engines/plugins_table.h engines/engines.mk: config.h ifneq ($(origin port_mk), undefined) include $(srcdir)/$(port_mk) endif + +.PHONY: print-dists print-executables +print-dists: + @echo $(foreach V, $(filter DIST_FILES_%, $(.VARIABLES)), $($V)) + +print-executables: + @echo $(EXECUTABLE) $(PLUGINS) -- cgit v1.2.3