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] Better build fix.

# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID 6e5cb98eff285b735504f6362c4abfc06dda6e94
# Parent  7ce64f021a2c6bb092d8c940dadfa17ad18ac56f
Better build fix.
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>

diff -r 7ce64f021a2c -r 6e5cb98eff28 tools/libxc/Makefile
--- a/tools/libxc/Makefile      Thu Sep 15 08:59:35 2005
+++ b/tools/libxc/Makefile      Thu Sep 15 09:13:21 2005
@@ -23,6 +23,9 @@
 SRCS       += xc_physdev.c
 SRCS       += xc_private.c
 SRCS       += xc_sedf.c
+BUILD_SRCS += xc_linux_build.c
+BUILD_SRCS += xc_load_bin.c
+BUILD_SRCS += xc_load_elf.c
 
 ifeq ($(XEN_TARGET_ARCH),ia64)
 BUILD_SRCS += xc_ia64_stubs.c
@@ -31,14 +34,12 @@
 SRCS       += xc_ptrace_core.c
 
 BUILD_SRCS := xc_load_aout9.c
-BUILD_SRCS += xc_load_bin.c
-BUILD_SRCS += xc_load_elf.c
-BUILD_SRCS += xc_linux_build.c
 BUILD_SRCS += xc_linux_restore.c
 BUILD_SRCS += xc_linux_save.c
 BUILD_SRCS += xc_vmx_build.c
+endif
+
 BUILD_SRCS += xg_private.c
-endif
 
 CFLAGS   += -Wall
 CFLAGS   += -Werror

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Better build fix., Xen patchbot -unstable <=