mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 23:22:37 +02:00
fixup! Convert flashrom to git
without the upcache there is no "offline" version (yet). Change-Id: Iac3bf11fbd55cfa034ef8af04ef90fe57182ee2b Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at> Reviewed-on: https://review.coreboot.org/21836 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
63bf222cba
commit
f4d7772cee
6
Makefile
6
Makefile
@ -533,12 +533,6 @@ CLI_OBJS = cli_classic.o cli_output.o cli_common.o print.o
|
||||
VERSION ?= $(shell ./util/getrevision.sh --revision)
|
||||
MAN_DATE ?= $(shell ./util/getrevision.sh --date $(PROGRAM).8.tmpl 2>/dev/null)
|
||||
|
||||
# VERSION equals "offline" if online access is required but the respective git
|
||||
# config variable is not set yet.
|
||||
ifeq ($(VERSION),offline)
|
||||
$(error Aborting)
|
||||
endif
|
||||
|
||||
SCMDEF := -D'FLASHROM_VERSION="$(VERSION)"'
|
||||
|
||||
# No spaces in release names unless set explicitly
|
||||
|
Loading…
x
Reference in New Issue
Block a user