Stefan Tauner has uploaded this change for review.

View Change

fixup! Convert flashrom to git

without the upcache there is no "offline" version (yet).

Change-Id: Iac3bf11fbd55cfa034ef8af04ef90fe57182ee2b
---
M Makefile
1 file changed, 0 insertions(+), 4 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/36/21836/1
diff --git a/Makefile b/Makefile
index 4484fc8..5eb9c9e 100644
--- a/Makefile
+++ b/Makefile
@@ -533,10 +533,6 @@
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

To view, visit change 21836. To unsubscribe, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: staging
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iac3bf11fbd55cfa034ef8af04ef90fe57182ee2b
Gerrit-Change-Number: 21836
Gerrit-PatchSet: 1
Gerrit-Owner: Stefan Tauner <stefan.tauner@gmx.at>