summaryrefslogtreecommitdiffstats
path: root/build/external/packages.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build/external/packages.mk')
-rw-r--r--build/external/packages.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/external/packages.mk b/build/external/packages.mk
index 005c2a958b2..99322ae3bef 100644
--- a/build/external/packages.mk
+++ b/build/external/packages.mk
@@ -146,5 +146,9 @@ $(B)/.$1.install.ok: $(B)/.$1.build.ok
.PHONY: $1-install
$1-install: $(B)/.$1.install.ok
+.PHONY: $1-show-%
+$1-show-%:
+ @echo $$($$*)
+
ALL_TARGETS += $1-install
endef