|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Switch the default build to make the -xen kernel, not th
# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID af0573e9e5258db0a9d28aa954dd302ddd2c2d23
# Parent 74e33cc868cff29b68c7d629dc5ee7472221df51
Switch the default build to make the -xen kernel, not the -xen0 and -xenU
kernels. Distros will be using -xen exclusively, so this change means that
developers and users of unstable will be (by default) using the same
configuration as the distros.
This can be overridden by setting KERNELS="linux-2.6-xen0 linux-2.6-xenU" on the
command line.
Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
diff -r 74e33cc868cf -r af0573e9e525 Makefile
--- a/Makefile Fri Mar 24 13:31:20 2006
+++ b/Makefile Fri Mar 24 13:36:14 2006
@@ -2,7 +2,7 @@
# Grand Unified Makefile for Xen.
#
-KERNELS ?= linux-2.6-xen0 linux-2.6-xenU
+KERNELS ?= linux-2.6-xen
# You may use wildcards in the above e.g. KERNELS=*2.6*
XKERNELS := $(foreach kernel, $(KERNELS), $(patsubst
buildconfigs/mk.%,%,$(wildcard buildconfigs/mk.$(kernel))) )
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-changelog] Switch the default build to make the -xen kernel, not the -xen0 and -xenU,
Xen patchbot -unstable <=
|
|
|
|
|