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] Restore default KERNELS list.

# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID ea6c5cf5858808305e3f1302e704e74c29eb5c3f
# Parent  6da766b23d14d034830ce2991f80c53ee01c12b0
Restore default KERNELS list.

Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>

diff -r 6da766b23d14 -r ea6c5cf58588 Makefile
--- a/Makefile  Mon Apr 24 11:01:41 2006 +0100
+++ b/Makefile  Mon Apr 24 11:21:16 2006 +0100
@@ -2,8 +2,7 @@
 # Grand Unified Makefile for Xen.
 #
 
-#KERNELS ?= linux-2.6-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] Restore default KERNELS list., Xen patchbot -unstable <=