X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=ebad723bee888f16e0e4b5083fa28aa6bde713f3;hb=dbd4ce19e92db5323da191b2f3812d1d33da3e32;hp=b429200fe8e26f956409a3f2c0d26c4e6d7e4fac;hpb=8d190d5e25b3374156264fde0ba5d78696cc74aa;p=qmk_firmware.git diff --git a/Makefile b/Makefile index b429200fe..ebad723be 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,11 @@ endif # Otherwise the [OK], [ERROR] and [WARN] messages won't be displayed correctly override SILENT := false +QMK_VERSION := $(shell git describe --abbrev=0 --tags 2>/dev/null) +ifneq ($(QMK_VERSION),) +$(info QMK Firmware v$(QMK_VERSION)) +endif + ON_ERROR := error_occurred=1 BREAK_ON_ERRORS = no @@ -419,7 +424,7 @@ define BUILD_TEST MAKE_TARGET := $2 COMMAND := $1 MAKE_CMD := $$(MAKE) -r -R -C $(ROOT_DIR) -f build_test.mk $$(MAKE_TARGET) - MAKE_VARS := TEST=$$(TEST_NAME) FULL_TESTS=$$(FULL_TESTS) + MAKE_VARS := TEST=$$(TEST_NAME) FULL_TESTS="$$(FULL_TESTS)" MAKE_MSG := $$(MSG_MAKE_TEST) $$(eval $$(call BUILD)) ifneq ($$(MAKE_TARGET),clean)