]> xenbits.xensource.com Git - seabios.git/commit
build: Support "make VERSION=xyz" to override the default build version
authorKevin O'Connor <kevin@koconnor.net>
Wed, 3 Jun 2015 23:17:12 +0000 (19:17 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 3 Jun 2015 23:22:38 +0000 (19:22 -0400)
commit624e812764beda88b47c0018b1cee3b86d5c59eb
tree2e1286a36fb05a9f5f78f9267c3825410f6523a1
parentbe050664fdd1699fe7bcf3a9b6faff07172a83d6
build: Support "make VERSION=xyz" to override the default build version

Add a build option to explicitly set the version information compiled
into the seabios and seavgabios binaries.  This may assist in
reproducible builds or to better link builds to distribution packages.
If the new "VERSION=" parameter is not provided then the default build
version remains unchanged.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Makefile
scripts/buildversion.sh