|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Another issue found with building the guest outside the
# 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 <=
|
|
|
|
|