summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@gmx.at>2017-10-06 02:02:46 +0200
committerNico Huber <nico.h@gmx.de>2017-10-06 08:36:00 +0000
commitf4d7772cee806d68a06db5394ab85a6e76904e88 (patch)
tree355098516d28d14ac5f03bd7b4eff3848a9c4ac9
parent63bf222cbaa59b7552b9a268a878350b0919117d (diff)
downloadflashrom-f4d7772cee806d68a06db5394ab85a6e76904e88.tar.gz
flashrom-f4d7772cee806d68a06db5394ab85a6e76904e88.tar.bz2
flashrom-f4d7772cee806d68a06db5394ab85a6e76904e88.zip
fixup! Convert flashrom to gitp1.0
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>
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 1893bb198..9184bb35d 100644
--- a/Makefile
+++ b/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