From eac4bab342e8cb95248985eb134887d898f2b49e Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Tue, 14 Nov 2017 22:56:29 -0500 Subject: [PATCH] update version silencing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c98c0f29809..8350d5ce344 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