|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [IA64] Ignore linked headers
# HG changeset patch
# User Alex Williamson <alex.williamson@xxxxxx>
# Date 1206460747 21600
# Node ID 3fbffdb79f7427d770982260118f7a7fa5ef2a7d
# Parent dba5f548b8943b0e0b00925cf362633a3585de5d
[IA64] Ignore linked headers
And remove header directory links from xen on make clean
Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
.hgignore | 12 ++++++++++--
xen/arch/ia64/Makefile | 2 ++
2 files changed, 12 insertions(+), 2 deletions(-)
diff -r dba5f548b894 -r 3fbffdb79f74 .hgignore
--- a/.hgignore Mon Mar 24 14:25:52 2008 -0600
+++ b/.hgignore Tue Mar 25 09:59:07 2008 -0600
@@ -148,8 +148,13 @@
^tools/ioemu/qemu-tech\.html$
^tools/ioemu/qemu\.1$
^tools/ioemu/qemu\.pod$
-^tools/libxc/ia64/asm/acpi\.h$
-^tools/libxc/ia64/xen/list\.h$
+^tools/libxc/ia64/asm/.*\.h$
+^tools/libxc/ia64/acpi/.*\.h$
+^tools/libxc/ia64/acpi/platform/.*\.h$
+^tools/libxc/ia64/dom_fw_asm.S$
+^tools/libxc/ia64/dom_fw_common\.c$
+^tools/libxc/ia64/dom_fw_domu\.c$
+^tools/libxc/ia64/xen/.*\.h$
^tools/libxen/libxenapi-
^tools/libxen/test/test_bindings$
^tools/libxen/test/test_event_handling$
@@ -242,8 +247,11 @@
^xen/include/asm$
^xen/include/asm-.*/asm-offsets\.h$
^xen/include/asm-ia64/asm-xsi-offsets\.h$
+^xen/include/asm-ia64/.offsets.h.stamp$
+^xen/include/asm-ia64/xen$
^xen/include/compat/.*$
^xen/include/hypervisor-ifs/arch$
+^xen/include/linux$
^xen/include/public/public$
^xen/include/xen/.*\.new$
^xen/include/xen/acm_policy\.h$
diff -r dba5f548b894 -r 3fbffdb79f74 xen/arch/ia64/Makefile
--- a/xen/arch/ia64/Makefile Mon Mar 24 14:25:52 2008 -0600
+++ b/xen/arch/ia64/Makefile Tue Mar 25 09:59:07 2008 -0600
@@ -70,3 +70,5 @@ clean::
rm -f *.o *~ core xen.lds.s
$(BASEDIR)/include/asm-ia64/.offsets.h.stamp asm-offsets.s map.out
rm -f asm-xsi-offsets.s $(BASEDIR)/include/asm-ia64/asm-xsi-offsets.h
rm -f $(BASEDIR)/System.map
+ rm -f $(BASEDIR)/include/linux
+ rm -f $(BASEDIR)/include/asm-ia64/xen
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [IA64] Ignore linked headers,
Xen patchbot-unstable <=
|
|
|
|
|