|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] stubdom: fix make clean ; make
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.
diff -r e355f9dce939 stubdom/Makefile
--- a/stubdom/Makefile Wed Jul 30 17:20:25 2008 +0100
+++ b/stubdom/Makefile Wed Jul 30 17:38:05 2008 +0100
@@ -321,7 +321,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
@@ -329,6 +330,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-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] stubdom: fix make clean ; make,
Samuel Thibault <=
|
|
|
|
|