WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Add module license to xenbus_be, otherwise the module ca

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Add module license to xenbus_be, otherwise the module cannot be loaded.
From: Xen staging patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 08 May 2006 19:50:09 +0000
Delivery-date: Mon, 08 May 2006 12:51:33 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>