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-ia64-devel

[Xen-ia64-devel] [Patch][RFC] fix compiling tools

To: xen-ia64-devel <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-ia64-devel] [Patch][RFC] fix compiling tools
From: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
Date: Thu, 14 Jun 2007 21:34:31 +0900
Delivery-date: Thu, 14 Jun 2007 05:31:09 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

Symbolic link of asm/kregs.h is not create in tools/ia64/Makefile.
So this patch fixes the issue.
But I'm not familliar with Makefile.
Does anyone know better way?

Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>

diff -r 96617c4f19aa tools/libxc/ia64/Makefile
--- a/tools/libxc/ia64/Makefile Tue Jun 12 20:41:08 2007 -0600
+++ b/tools/libxc/ia64/Makefile Thu Jun 14 23:16:44 2007 +0900
@@ -24,6 +24,7 @@ DOMFW_ASM_HDRS := $(addprefix ia64/asm/,
 DOMFW_ASM_HDRS := $(addprefix ia64/asm/, $(DOMFW_ASM_HDRS_BASE))
 $(DOMFW_ASM_HDRS): ia64/asm
        ln -sf ../../$(XEN_ROOT)/xen/include/asm-ia64/$(@F) $@
+       ln -sf ../../$(XEN_ROOT)/xen/include/asm-ia64/linux-xen/asm/kregs.h ia64
/asm/kregs.h
 build: $(DOMFW_ASM_HDR)
 
 .PHONY: mk-symlinks-acpi ia64-clean


Best Regards,

Akio Takebe


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

<Prev in Thread] Current Thread [Next in Thread>