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] [xen-unstable] PV-GRUB: compilation fix caused by 17880

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] PV-GRUB: compilation fix caused by 17880
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 28 Jun 2008 16:00:11 -0700
Delivery-date: Sat, 28 Jun 2008 16:00:06 -0700
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/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/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 Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1213983449 -3600
# Node ID 6ace85eb96c026be0c00577608646b785db538e1
# Parent  00af74d06652d7771b07f2ca61f77aa0c30394f4
PV-GRUB: compilation fix caused by 17880

Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx>
---
 stubdom/grub/Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 00af74d06652 -r 6ace85eb96c0 stubdom/grub/Makefile
--- a/stubdom/grub/Makefile     Fri Jun 20 18:02:46 2008 +0100
+++ b/stubdom/grub/Makefile     Fri Jun 20 18:37:29 2008 +0100
@@ -5,7 +5,7 @@ vpath %.c ../grub-cvs
 
 BOOT=boot-$(XEN_TARGET_ARCH).o
 
-DEF_CPPFLAGS += -I$(XEN_ROOT)/tools/libxc -I.
+DEF_CPPFLAGS += -I$(XEN_ROOT)/tools/libxc -I$(XEN_ROOT)/tools/include -I.
 DEF_CPPFLAGS += -I../grub-cvs/stage1
 DEF_CPPFLAGS += -I../grub-cvs/stage2
 DEF_CPPFLAGS += -I../grub-cvs/netboot

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] PV-GRUB: compilation fix caused by 17880, Xen patchbot-unstable <=