From 40e575e003c035e20614e45172af7bbe933ce1ee Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Mon, 28 Nov 2016 14:51:52 +0100 Subject: ptxdist: improve 'print' handling 'print-%' does not match 'print-/some/path'. This would be useful to debug the tarball/package mappings that are defined as '$(_SOURCE) = '. Using '/print-%' instead seems to work better. Use it but keep the old patterns for backwards compatibility. Signed-off-by: Michael Olbrich --- rules/other/Toplevel.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules/other') diff --git a/rules/other/Toplevel.make b/rules/other/Toplevel.make index 0cc05e5fd..d8c9fc36b 100644 --- a/rules/other/Toplevel.make +++ b/rules/other/Toplevel.make @@ -107,7 +107,7 @@ include $(PTX_DGEN_DEPS_POST) # just the "print" target # ---------------------------------------------------------------------------- -print-%: FORCE +print-% /print-%: FORCE $(if $(filter k,$(MAKEFLAGS)),,$($(if $(filter undefined,$(origin $(*))),$(error $(*) undefined)))) @echo "$(if $(filter 1,$(PTXDIST_VERBOSE)),$(*)=)$($(*))" -- cgit v1.2.3