summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-11-15 04:56:29 +0100
committerJack Humbert <jack.humb@gmail.com>2017-11-15 04:56:29 +0100
commiteac4bab342e8cb95248985eb134887d898f2b49e (patch)
treefe1386620ccfbd30a5dba7bda4b689adccf5f811 /Makefile
parenta8466df62d45f01d26c8c4e0cf70a3a432743b44 (diff)
downloadqmk_firmware-eac4bab342e8cb95248985eb134887d898f2b49e.tar.gz
qmk_firmware-eac4bab342e8cb95248985eb134887d898f2b49e.tar.xz
update version silencing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c98c0f298..8350d5ce3 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