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] Misc fixes for new sparse tree names: xen-clone script;

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Misc fixes for new sparse tree names: xen-clone script; -xen kernel build (the one with all the modules); Backout changes to legacy targets.
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 14 Jul 2005 06:26:09 -0400
Delivery-date: Thu, 14 Jul 2005 10:26:32 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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 iap10@xxxxxxxxxxxxxxxxxxxxx
# Node ID 1fb47826d767ef98e36ba646199310846ad930cf
# Parent  64f26eed8d473a96beab96162c230f1300539d7c

Misc fixes for new sparse tree names: xen-clone script; -xen kernel build (the 
one with all the modules); Backout changes to legacy targets.

Signed-off-by: ian.pratt@xxxxxxxxxxxx

diff -r 64f26eed8d47 -r 1fb47826d767 Makefile
--- a/Makefile  Thu Jul 14 09:05:22 2005
+++ b/Makefile  Thu Jul 14 10:12:51 2005
@@ -181,10 +181,10 @@
 
 # Legacy targets for compatibility
 linux24:
-       $(MAKE) 'KERNELS=linux-2.4-xen0 linux-2.4-xenU' kernels
+       $(MAKE) 'KERNELS=linux-2.4*' kernels
 
 linux26:
-       $(MAKE) 'KERNELS=linux-2.6-xen0 linux-2.6-xenU' kernels
+       $(MAKE) 'KERNELS=linux-2.6*' kernels
 
 netbsd20:
        $(MAKE) netbsd-2.0-xenU-build
diff -r 64f26eed8d47 -r 1fb47826d767 buildconfigs/mk.linux-2.6-xen
--- a/buildconfigs/mk.linux-2.6-xen     Thu Jul 14 09:05:22 2005
+++ b/buildconfigs/mk.linux-2.6-xen     Thu Jul 14 10:12:51 2005
@@ -2,6 +2,7 @@
 OS           = linux
 
 LINUX_SERIES = 2.6
+LINUX_VER    = 2.6.12
 
 EXTRAVERSION = xen
 
@@ -23,7 +24,7 @@
        rm -rf $(LINUX_DIR)
        cp -al $(<D) $(LINUX_DIR)
        # Apply arch-xen patches
-       ( cd linux-$(LINUX_VER)-xen-sparse ; \
+       ( cd linux-$(LINUX_SERIES)-xen-sparse ; \
           ./mkbuildtree ../$(LINUX_DIR) )
        # Re-use config from install dir if one exits else use default config
        CONFIG_VERSION=$$(sed -ne 's/^EXTRAVERSION = //p' 
$(LINUX_DIR)/Makefile); \
diff -r 64f26eed8d47 -r 1fb47826d767 tools/misc/xen-clone
--- a/tools/misc/xen-clone      Thu Jul 14 09:05:22 2005
+++ b/tools/misc/xen-clone      Thu Jul 14 10:12:51 2005
@@ -60,7 +60,7 @@
 fi
 
 
-if [ -d ${DEST_BK_REP}/linux-2.4.*-xen-sparse ]
+if [ -d ${DEST_BK_REP}/linux-2.4*-xen-sparse ]
 then
  # this is a new style Xen repository so building is dead easy
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Misc fixes for new sparse tree names: xen-clone script; -xen kernel build (the one with all the modules); Backout changes to legacy targets., Xen patchbot -unstable <=