[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] Add XEN_VENDORVERSION



# HG changeset patch
# User john.levon@xxxxxxx
# Date 1161091246 25200
# Node ID 0551e95306fac1e639d144a21b07a83388270422
# Parent  1a414db2ca7bc6386076f66ce07abd6e1e32ea04
Add a XEN_VENDORVERSION variable to allow additional text on top of the extra
version.

Signed-off-by: John Levon <john.levon@xxxxxxx>

diff --git a/xen/Makefile b/xen/Makefile
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -1,9 +1,10 @@
 # This is the correct place to edit the build version.
 # All other places this is stored (eg. compile.h) should be autogenerated.
-export XEN_VERSION       = 3
-export XEN_SUBVERSION    = 0
-export XEN_EXTRAVERSION ?= -unstable
-export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
+export XEN_VERSION        = 3
+export XEN_SUBVERSION     = 0
+export XEN_VENDORVERSION ?=
+export XEN_EXTRAVERSION  ?= -unstable$(XEN_VENDORVERSION)
+export XEN_FULLVERSION    = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version
 
 export BASEDIR := $(CURDIR)

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.