Skip to content

Commit

Permalink
Don't run git describe for ever file that is built
Browse files Browse the repository at this point in the history
  • Loading branch information
fredizzimo committed Jul 8, 2016
1 parent b86b048 commit ccebcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmk_core/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ endif


# Version string
OPT_DEFS += -DVERSION=$(shell (git describe --always --dirty || echo 'unknown') 2> /dev/null)
OPT_DEFS += -DVERSION=$(GIT_VERSION)

# Bootloader address
ifdef STM32_BOOTLOADER_ADDRESS
Expand Down

0 comments on commit ccebcee

Please sign in to comment.