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] Another issue found with building the guest outside the

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Another issue found with building the guest outside the source tree.
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 01 Jul 2005 12:08:09 -0400
Delivery-date: Fri, 01 Jul 2005 16:08:28 +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 kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 430dc412e4c9263f90a80f14f66dd25feb4e0840
# Parent  e041c8e75863c9e260d553fc5306f7d51500bdf8

Another issue found with building the guest outside the source tree.
Signed-off-by: Jan Beulich <JBeulich@xxxxxxxxxx>

diff -r e041c8e75863 -r 430dc412e4c9 
linux-2.6.11-xen-sparse/arch/xen/x86_64/ia32/Makefile
--- a/linux-2.6.11-xen-sparse/arch/xen/x86_64/ia32/Makefile     Fri Jul  1 
15:49:43 2005
+++ b/linux-2.6.11-xen-sparse/arch/xen/x86_64/ia32/Makefile     Fri Jul  1 
16:07:53 2005
@@ -32,17 +32,17 @@
 
 
 $(obj)/vsyscall-int80.so $(obj)/vsyscall-sysenter.so 
$(obj)/vsyscall-syscall.so: \
-$(obj)/vsyscall-%.so: $(src)/vsyscall.lds $(src)/vsyscall-%.o FORCE
+$(obj)/vsyscall-%.so: $(obj)/vsyscall.lds $(obj)/vsyscall-%.o FORCE
        $(call if_changed,syscall)
 
-AFLAGS_vsyscall-int80.o = -m32
+AFLAGS_vsyscall-int80.o = -m32 -I$(obj)
 AFLAGS_vsyscall-sysenter.o = -m32
 AFLAGS_vsyscall-syscall.o = -m32
 CFLAGS_ia32_ioctl.o += -Ifs/
 
 s-link := vsyscall-syscall.o vsyscall-sysenter.o vsyscall-sigreturn.o
 
-$(src)/vsyscall.lds:
+$(obj)/vsyscall.lds:
        @ln -fsn $(srctree)/arch/x86_64/ia32/$(notdir $@) $@
 
 $(patsubst %.o,$(obj)/%.c,$(c-obj-y) $(c-link)) $(patsubst 
%.o,$(obj)/%.S,$(s-obj-y) $(s-link)):

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Another issue found with building the guest outside the source tree., Xen patchbot -unstable <=