aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-07-31 09:49:28 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-07-31 09:49:28 +0100
commit438f8cbed5260f4319a2aa7eee506bc402691c44 (patch)
tree6cd574d06f7b4591bf1cb5065aff7bacfa5f4447 /stubdom/Makefile
parentc7e9fa23fd0623fb45e80fa873da1765a1ee4d4b (diff)
downloadxen-438f8cbed5260f4319a2aa7eee506bc402691c44.tar.gz
xen-438f8cbed5260f4319a2aa7eee506bc402691c44.tar.bz2
xen-438f8cbed5260f4319a2aa7eee506bc402691c44.zip
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@eu.citrix.com>
Diffstat (limited to 'stubdom/Makefile')
-rw-r--r--stubdom/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/stubdom/Makefile b/stubdom/Makefile
index 9206f28ade..d6aa8c5940 100644
--- a/stubdom/Makefile
+++ b/stubdom/Makefile
@@ -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