From: Konrad Rzeszutek Wilk Date: Tue, 19 Apr 2011 14:20:41 +0000 (-0400) Subject: clean: Also erase the iommu-remote directory. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ee0703ad8d19990fee4553c67754347d407f9b88;p=xentesttools%2Fbootstrap.git clean: Also erase the iommu-remote directory. --- diff --git a/Makefile b/Makefile index 0ce21c1..d4a86e2 100644 --- a/Makefile +++ b/Makefile @@ -161,6 +161,7 @@ xen-dist: xen-dist-nodep xen-tools .PHONY: xen-clean xen-clean: if [ -e xen ]; then \ + rm -Rf xen/tools/iommu-remote; \ $(MAKE) -C xen clean; \ fi