summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-11-14 22:56:29 -0500
committerJack Humbert <jack.humb@gmail.com>2017-11-14 22:56:29 -0500
commiteac4bab342e8cb95248985eb134887d898f2b49e (patch)
treefe1386620ccfbd30a5dba7bda4b689adccf5f811
parenta8466df62d45f01d26c8c4e0cf70a3a432743b44 (diff)
update version silencing0.5.163
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c98c0f2980..8350d5ce34 100644
--- a/Makefile
+++ b/Makefile
@@ -19,9 +19,9 @@ endif
# Otherwise the [OK], [ERROR] and [WARN] messages won't be displayed correctly
override SILENT := false
+ifndef SUB_IS_SILENT
QMK_VERSION := $(shell git describe --abbrev=0 --tags 2>/dev/null)
ifneq ($(QMK_VERSION),)
-ifneq ($(SILENT),)
$(info QMK Firmware $(QMK_VERSION))
endif
endif