]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - Makefile
update version silencing
[qmk_firmware.git] / 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