]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
Makefile: Use 'mrproper' when cleaning Xen's directory.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 29 Apr 2014 13:42:30 +0000 (09:42 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 29 Apr 2014 13:42:30 +0000 (09:42 -0400)
We weren't doing that which meant we still had the
obsoleted versions of binary that Xen pulls - such as
QEMU/SeaBIOS, etc.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Makefile

index 896efee668de94c74d36bf404adce4944d0f646a..da0840cb989f4affc760c56b9a4841c122357392 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -191,6 +191,7 @@ xen-clean:
        if [ -e xen ]; then \
                rm -Rf xen/tools/iommu-remote; \
                $(MAKE) -C xen clean; \
+               $(MAKE) -C mrproper; \
                if  [ -e xen/tools/config.h ]; then rm xen/tools/config.h; fi \
        fi