|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Minor Makefile cleanup in tools/libxc/Makefile
# HG changeset patch
# User unknown@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Node ID 889814fb94c5cde86d56c18ea62957e8488219ba
# Parent 06abebc3a56daabbf442e21adecc63e7e2758b83
Minor Makefile cleanup in tools/libxc/Makefile
diff -r 06abebc3a56d -r 889814fb94c5 tools/libxc/Makefile
--- a/tools/libxc/Makefile Mon Nov 7 17:25:09 2005
+++ b/tools/libxc/Makefile Mon Nov 7 17:35:55 2005
@@ -13,7 +13,6 @@
include $(XEN_ROOT)/tools/Rules.mk
SRCS :=
-BUILD_SRCS :=
SRCS += xc_bvtsched.c
SRCS += xc_core.c
SRCS += xc_domain.c
@@ -24,24 +23,26 @@
SRCS += xc_private.c
SRCS += xc_sedf.c
SRCS += xc_tbuf.c
+
+ifeq ($(XEN_TARGET_ARCH),x86_32)
+SRCS += xc_ptrace.c
+SRCS += xc_ptrace_core.c
+endif
+
+BUILD_SRCS :=
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
else
-ifeq ($(XEN_TARGET_ARCH),x86_32)
-SRCS += xc_ptrace.c
-SRCS += xc_ptrace_core.c
-endif
BUILD_SRCS += xc_load_aout9.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
CFLAGS += -Wall
CFLAGS += -Werror
@@ -105,7 +106,7 @@
.PHONY: TAGS clean rpm install all
TAGS:
- etags -t $(SRCS) *.h
+ etags -t *.c *.h
clean:
rm -rf *.a *.so* *.o *.opic *.rpm $(LIB) *~ $(DEPS) xen
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Minor Makefile cleanup in tools/libxc/Makefile,
Xen patchbot -unstable <=
|
|
|
|
|