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] [xen-unstable] Trivial build cleanup.

# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1206440609 0
# Node ID 71b8f46f376d5a5ff433fcb5eafcab0d89046464
# Parent  784f6dc204be4f208eafef7e35cb8d827fc44040
Trivial build cleanup.

xenapi.out needs to be ignored and removed on clean;
tools/ioemu/i386-dm/Makefile is a soft link and should be ignored.

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
 .hgignore             |    2 ++
 docs/xen-api/Makefile |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff -r 784f6dc204be -r 71b8f46f376d .hgignore
--- a/.hgignore Tue Mar 25 10:17:22 2008 +0000
+++ b/.hgignore Tue Mar 25 10:23:29 2008 +0000
@@ -58,6 +58,7 @@
 ^docs/user/user\.html$
 ^docs/xen-api/vm_lifecycle.eps$
 ^docs/xen-api/xenapi-datamodel-graph.eps$
+^docs/xen-api/xenapi.out$
 ^extras/mini-os/h/hypervisor-ifs$
 ^extras/mini-os/h/xen-public$
 ^extras/mini-os/mini-os.*$
@@ -139,6 +140,7 @@
 ^tools/ioemu/\.pc/.*$
 ^tools/ioemu/config-host\.h$
 ^tools/ioemu/config-host\.mak$
+^tools/ioemu/i386-dm/Makefile$
 ^tools/ioemu/i386-dm/config\.h$
 ^tools/ioemu/i386-dm/config\.mak$
 ^tools/ioemu/i386-dm/qemu-dm$
diff -r 784f6dc204be -r 71b8f46f376d docs/xen-api/Makefile
--- a/docs/xen-api/Makefile     Tue Mar 25 10:17:22 2008 +0000
+++ b/docs/xen-api/Makefile     Tue Mar 25 10:23:29 2008 +0000
@@ -41,4 +41,4 @@ xenapi-datamodel-graph.eps: xenapi-datam
 
 .PHONY: clean
 clean:
-       rm -f *.pdf *.ps *.dvi *.aux *.log $(EPSDOT)
+       rm -f *.pdf *.ps *.dvi *.aux *.log *.out $(EPSDOT)

_______________________________________________
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] Trivial build cleanup., Xen patchbot-unstable <=