scripts: Disable showing signature when getting date
Fixes building when `log.showSignature` is enabled. Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Jeremy Soller
parent
f4ad9520a8
commit
498508f2f1
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ all:
|
|||||||
@exit 1
|
@exit 1
|
||||||
else
|
else
|
||||||
# Calculate version
|
# Calculate version
|
||||||
DATE=$(shell git show --format="%cd" --date="format:%Y-%m-%d" --no-patch)
|
DATE=$(shell git show --format="%cd" --date="format:%Y-%m-%d" --no-patch --no-show-signature)
|
||||||
REV=$(shell git describe --abbrev=7 --always --dirty)
|
REV=$(shell git describe --abbrev=7 --always --dirty)
|
||||||
VERSION?=$(DATE)_$(REV)
|
VERSION?=$(DATE)_$(REV)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user