]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
update version silencing
authorJack Humbert <jack.humb@gmail.com>
Wed, 15 Nov 2017 03:56:29 +0000 (22:56 -0500)
committerJack Humbert <jack.humb@gmail.com>
Wed, 15 Nov 2017 03:56:29 +0000 (22:56 -0500)
Makefile

index c98c0f29809b104210181cfa53bdab5b7f3eecfa..8350d5ce34434549847e9d2ec684704e30daaab2 100644 (file)
--- 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