mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
FIX: REVISION length not more than 7 symbols (#14151)
* FIX: REVISION length not more than 7 symbols
* FIX: REVISION length changed to 9 symbols
* FIX: Updated GIT_SHORT_REVISION_LENGTH to 9
* Revert "FIX: Updated GIT_SHORT_REVISION_LENGTH to 9"
This reverts commit ec01012e44
.
* Deleted REVISION cut
---------
Co-authored-by: s.salov <s.salov@rels.dom>
This commit is contained in:
parent
908a347d2f
commit
ae8d57bb06
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -139,7 +139,7 @@ endif
|
|||
|
||||
REVISION := norevision
|
||||
ifeq ($(shell git diff --shortstat),)
|
||||
REVISION := $(shell git log -1 --format="%h")
|
||||
REVISION := $(shell git rev-parse --short=9 HEAD)
|
||||
endif
|
||||
|
||||
LD_FLAGS :=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue