mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
fixup! Convert flashrom to git
Rename getrevision's local_revision function to just revision. All revisions are local in git and we certainly wont go back to a non-distributed VCS :) Change-Id: I6689ac24077b3981b471ed69de7cc3ef79d435b1 Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at> Reviewed-on: https://review.coreboot.org/21829 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:

committed by
Nico Huber

parent
8eb1df69ab
commit
5bf6b855d4
2
Makefile
2
Makefile
@ -530,7 +530,7 @@ CLI_OBJS = cli_classic.o cli_output.o cli_common.o print.o
|
||||
# export rule. If versioninfo.inc is not found, version info will be obtained
|
||||
# using util/getrevision.sh.
|
||||
ifeq ($(wildcard versioninfo.inc),)
|
||||
VERSION ?= $(shell ./util/getrevision.sh --local)
|
||||
VERSION ?= $(shell ./util/getrevision.sh --revision)
|
||||
MAN_DATE ?= $(shell ./util/getrevision.sh --date $(PROGRAM).8.tmpl 2>/dev/null)
|
||||
else
|
||||
include versioninfo.inc
|
||||
|
Reference in New Issue
Block a user