[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] tools: Makefile: delete qemu during make distclean
# HG changeset patch # User Gianni Tedesco <gianni.tedesco@xxxxxxxxxx> # Date 1288262754 -3600 # Node ID 63641beaca51dfc409ef903451f8c0f3fc1a9494 # Parent 38740295bfd5e5b8b83c849cc7909397dbba26dc tools: Makefile: delete qemu during make distclean The top-level makefile claims this to be the expected behaviour so make it so. Signed-off-by: Gianni Tedesco <gianni.tedesco@xxxxxxxxxx> Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- tools/Makefile | 6 ++++++ 1 files changed, 6 insertions(+) diff -r 38740295bfd5 -r 63641beaca51 tools/Makefile --- a/tools/Makefile Thu Oct 28 11:45:09 2010 +0100 +++ b/tools/Makefile Thu Oct 28 11:45:54 2010 +0100 @@ -30,7 +30,12 @@ SUBDIRS-$(LIBXENAPI_BINDINGS) += libxen SUBDIRS-$(LIBXENAPI_BINDINGS) += libxen SUBDIRS-$(CONFIG_Linux) += fs-back SUBDIRS-$(CONFIG_NetBSD) += fs-back + +# do not recurse in to a dir we are about to delete +ifneq "$(MAKECMDGOALS)" "distclean" SUBDIRS-$(CONFIG_IOEMU) += ioemu-dir +endif + SUBDIRS-y += xenpmd SUBDIRS-y += libxl SUBDIRS-y += remus @@ -68,6 +73,7 @@ clean: subdirs-clean .PHONY: distclean distclean: subdirs-distclean + rm -rf ioemu-dir ioemu-remote ifneq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH)) IOEMU_CONFIGURE_CROSS ?= --cpu=$(XEN_TARGET_ARCH) \ _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |