From f4d7772cee806d68a06db5394ab85a6e76904e88 Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Fri, 6 Oct 2017 02:02:46 +0200 Subject: fixup! Convert flashrom to git without the upcache there is no "offline" version (yet). Change-Id: Iac3bf11fbd55cfa034ef8af04ef90fe57182ee2b Signed-off-by: Stefan Tauner Reviewed-on: https://review.coreboot.org/21836 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 1893bb19..9184bb35 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 -- cgit v1.2.3