From 9b0d242612bb866143b986bfd204a0c30f565bd5 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Thu, 6 Sep 2007 01:25:09 +0000 Subject: Include ${NAME} in showvars target --- Makefile.common | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 9317375..ee7f7a2 100644 --- a/Makefile.common +++ b/Makefile.common @@ -342,6 +342,7 @@ tag:: @echo showvars:: + @echo "NAME=${NAME}" @echo "VERSION=${VERSION}" @echo "TAG_NAME=${TAG_NAME}" @echo "TAG_VERSION=${TAG_VERSION}" -- cgit