diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-11-14 22:56:29 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-14 22:56:29 -0500 |
commit | eac4bab342e8cb95248985eb134887d898f2b49e (patch) | |
tree | fe1386620ccfbd30a5dba7bda4b689adccf5f811 /Makefile | |
parent | a8466df62d45f01d26c8c4e0cf70a3a432743b44 (diff) | |
download | firmware-eac4bab342e8cb95248985eb134887d898f2b49e.tar.gz firmware-eac4bab342e8cb95248985eb134887d898f2b49e.tar.bz2 firmware-eac4bab342e8cb95248985eb134887d898f2b49e.zip |
update version silencing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |