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 | qmk_firmware-eac4bab342e8cb95248985eb134887d898f2b49e.tar.gz qmk_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 | |||
19 | # Otherwise the [OK], [ERROR] and [WARN] messages won't be displayed correctly | 19 | # Otherwise the [OK], [ERROR] and [WARN] messages won't be displayed correctly |
20 | override SILENT := false | 20 | override SILENT := false |
21 | 21 | ||
22 | ifndef SUB_IS_SILENT | ||
22 | QMK_VERSION := $(shell git describe --abbrev=0 --tags 2>/dev/null) | 23 | QMK_VERSION := $(shell git describe --abbrev=0 --tags 2>/dev/null) |
23 | ifneq ($(QMK_VERSION),) | 24 | ifneq ($(QMK_VERSION),) |
24 | ifneq ($(SILENT),) | ||
25 | $(info QMK Firmware $(QMK_VERSION)) | 25 | $(info QMK Firmware $(QMK_VERSION)) |
26 | endif | 26 | endif |
27 | endif | 27 | endif |