From 5bf6b855d4083070390b5c0eb03bca678090d75d Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Wed, 4 Oct 2017 03:46:51 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/21829 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3349f033e..d0145809e 100644 --- a/Makefile +++ b/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 -- cgit v1.2.3