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] fix mkpatches for creating correctly linux-2.6-xen.patch

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] fix mkpatches for creating correctly linux-2.6-xen.patch
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 08 Dec 2005 15:28:11 +0000
Delivery-date: Thu, 08 Dec 2005 15:29:03 +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 vhanquez@xxxxxxxxxxxxxxxxxxxxxxx
# Node ID 4480e22f2ef25badec4563903d96c69fac8d31b9
# Parent  669b6252deeef90a0026a18d950feb0852df0df1
fix mkpatches for creating correctly linux-2.6-xen.patch

Signed-off-by: Vincent Hanquez <vincent@xxxxxxxxxxxxx>

diff -r 669b6252deee -r 4480e22f2ef2 buildconfigs/Rules.mk
--- a/buildconfigs/Rules.mk     Thu Dec  8 12:14:33 2005
+++ b/buildconfigs/Rules.mk     Thu Dec  8 08:09:09 2005
@@ -21,6 +21,7 @@
 
 # Expand Linux series to Linux version
 LINUX_SERIES   ?= 2.6
+LINUX_VER      ?= $(shell grep "^LINUX_VER" buildconfigs/mk.linux-2.6-xen | 
sed -e 's/.*=[ ]*//')
 
 # Setup Linux search path
 LINUX_SRC_PATH ?= .:..
@@ -109,6 +110,8 @@
 %-config:
        $(MAKE) -f buildconfigs/mk.$* config
 
+linux-2.6-xen.patch: linux-$(LINUX_VER)-xen.patch
+
 %-xen.patch: ref-%/.valid-ref
        rm -rf tmp-$@
        cp -al $(<D) tmp-$@

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] fix mkpatches for creating correctly linux-2.6-xen.patch, Xen patchbot -unstable <=