From: tmk Date: Thu, 3 Oct 2013 04:27:04 +0000 (+0900) Subject: Fix VERSION: add opton --always to git describe X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=7e8a85caadc0c5e4a8ccccf7bf1fa1f4220c9fae;p=max%2Ftmk_keyboard.git Fix VERSION: add opton --always to git describe --- diff --git a/common.mk b/common.mk index ee28b696..3403fd7a 100644 --- a/common.mk +++ b/common.mk @@ -74,7 +74,7 @@ ifdef KEYMAP_SECTION_ENABLE endif # Version string -OPT_DEFS += -DVERSION=$(shell (git describe --dirty || echo 'unknown') 2> /dev/null) +OPT_DEFS += -DVERSION=$(shell (git describe --always --dirty || echo 'unknown') 2> /dev/null) # Search Path