Skip to content

Commit

Permalink
Makefile: don't show tags in hash
Browse files Browse the repository at this point in the history
xerpi committed Oct 23, 2021

Verified

This commit was signed with the committer’s verified signature. The key has expired.
danielleadams Danielle Adams
1 parent 1918e6f commit ff34117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ STRIP = stripios
FAKEMOTE_MAJOR = 0
FAKEMOTE_MINOR = 1
FAKEMOTE_PATCH = 1
FAKEMOTE_HASH = "$(shell git describe --dirty --always --tags)"
FAKEMOTE_HASH = "$(shell git describe --dirty --always --exclude '*')"

# Flags
ARCH = -mcpu=arm926ej-s -mthumb -mthumb-interwork -mbig-endian

0 comments on commit ff34117

Please sign in to comment.