]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
Makefile: clean removes xen/dist
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 10 Feb 2015 16:30:56 +0000 (11:30 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 10 Feb 2015 16:36:18 +0000 (11:36 -0500)
as well.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Makefile

index 470c51d15a92ab82902bf7a1c9c4846dab548e9e..d3df89e8bec132e8b69d4c9450ba477a92d47a3a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -192,6 +192,7 @@ endif
 xen-clean:
        if [ -e xen ]; then \
                rm -Rf xen/tools/iommu-remote; \
+               rm -Rf xen/dist; \
                $(MAKE) -C xen clean; \
                $(MAKE) -C mrproper; \
                if  [ -e xen/tools/config.h ]; then rm xen/tools/config.h; fi; \