[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Add module license to xenbus_be, otherwise the module cannot be loaded.
# HG changeset patch # User cl349@xxxxxxxxxxxxxxxxxxxx # Node ID c51c1e7ce0a343e02d31c691b317092387505f4c # Parent 85de2de6469912deb98511e6052b50d357f5682b Make Xen version numbers more flexible. Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx> --- xen/Makefile | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff -r 85de2de64699 -r c51c1e7ce0a3 xen/Makefile --- a/xen/Makefile Mon May 08 14:54:22 2006 +0100 +++ b/xen/Makefile Mon May 08 16:41:22 2006 +0100 @@ -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_EXTRAVERSION ?= -unstable +export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) +-include xen-version export BASEDIR := $(CURDIR) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |