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] Fix build!

# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID 6da7a6d8b575f999315bd81c7acd9f9c9538c9d1
# Parent  bdc77b74bf61dd9583d3128f76cea4d8d5248f5f
Fix build!
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>

diff -r bdc77b74bf61 -r 6da7a6d8b575 tools/libxc/Makefile
--- a/tools/libxc/Makefile      Thu Sep 15 07:45:06 2005
+++ b/tools/libxc/Makefile      Thu Sep 15 08:56:13 2005
@@ -23,10 +23,6 @@
 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
-BUILD_SRCS += xg_private.c
 
 ifeq ($(XEN_TARGET_ARCH),ia64)
 BUILD_SRCS += xc_ia64_stubs.c
@@ -35,9 +31,13 @@
 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
+BUILD_SRCS += xg_private.c
 endif
 
 CFLAGS   += -Wall

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix build!, Xen patchbot -unstable <=