X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=8350d5ce34434549847e9d2ec684704e30daaab2;hb=eac4bab342e8cb95248985eb134887d898f2b49e;hp=c98c0f29809b104210181cfa53bdab5b7f3eecfa;hpb=a8466df62d45f01d26c8c4e0cf70a3a432743b44;p=qmk_firmware.git 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