From 7b45d07cff5827f1014cd704f746b729edbf5c7b Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Fri, 4 Dec 2015 18:39:20 +0100 Subject: SeaBIOS: remove VERSION variable in coreboot Makefile SeaBIOS dropped support of VERSION variable and is reproducible without it. Change-Id: Iea1dc20e18aa5c274060e3cd55cd9e95086a602d Signed-off-by: Alexander Couzens Reviewed-on: https://review.coreboot.org/12645 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Kevin O'Connor --- payloads/external/SeaBIOS/Makefile.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc index 7f58254611..48a6a6fa0d 100644 --- a/payloads/external/SeaBIOS/Makefile.inc +++ b/payloads/external/SeaBIOS/Makefile.inc @@ -52,9 +52,6 @@ endif build: config echo " MAKE SeaBIOS $(TAG-y)" - export VERSION=$$(cd seabios && \ - git describe --tags --long --dirty 2>/dev/null || \ - echo "unknown") ; \ $(MAKE) -C seabios OUT=out/ clean: -- cgit v1.2.3