[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] stubdom: fix make clean ; make



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1217494168 -3600
# Node ID b8c7d7e0ba7ff6623060e4255687e38bb6ac5d13
# Parent  e257f75a2cdf327b4a1a0c049a65756745a47fdf
stubdom: fix make clean ; make

make should not have to regenerate the libxc and ioemu directories
since that is part of the mk-headers target.  Use the subdirectory
clean targets instead to clean just the object files.

Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx>
---
 stubdom/Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)

diff -r e257f75a2cdf -r b8c7d7e0ba7f stubdom/Makefile
--- a/stubdom/Makefile  Thu Jul 31 09:48:46 2008 +0100
+++ b/stubdom/Makefile  Thu Jul 31 09:49:28 2008 +0100
@@ -320,7 +320,8 @@ clean:
        $(MAKE) -C caml clean
        $(MAKE) -C c clean
        $(MAKE) -C grub clean
-       rm -fr libxc ioemu mini-os include
+       $(MAKE) -C libxc clean
+       $(MAKE) -C ioemu clean
 
 # clean the cross-compilation result
 .PHONY: crossclean
@@ -328,6 +329,7 @@ crossclean: clean
        rm -fr $(CROSS_ROOT)
        rm -fr newlib-build
        rm -fr zlib-$(ZLIB_VERSION) pciutils-$(LIBPCI_VERSION)
+       rm -fr libxc ioemu
        rm -f mk-headers
 
 # clean patched sources

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.