[SeaBIOS] [PATCH] build: Require "make VERSION=x" parameter to be on command line

Kevin O'Connor kevin at koconnor.net
Wed Aug 12 22:32:48 CET 2015


Don't pull in VERSION from the build environment - there is too great
a potential for a variable conflict.

Signed-off-by: Kevin O'Connor <kevin at koconnor.net>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index e287530..220a9f7 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ PYTHON=python
 CPP=cpp
 IASL:=iasl
 LD32BIT_FLAG:=-melf_i386
+VERSION:=
 
 # Source files
 SRCBOTH=misc.c stacks.c output.c string.c block.c cdrom.c disk.c mouse.c kbd.c \
-- 
1.9.3




More information about the SeaBIOS mailing list