From bfb32dde4f0951d3fbc0b7235e72f7bac1f318f0 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 20 Jul 2010 11:18:39 +0100 Subject: tools: Update distclean target to remove auto-gen'ed tarballs. Signed-off-by: Keir Fraser --- tools/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index 73cf708b62..f0c46ed8a7 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -62,8 +62,11 @@ install: subdirs-install $(INSTALL_DIR) $(DESTDIR)/var/lib/xen $(INSTALL_DIR) $(DESTDIR)/var/lock/subsys -.PHONY: clean distclean -clean distclean: subdirs-clean +.PHONY: clean +clean: subdirs-clean + +.PHONY: distclean +distclean: subdirs-distclean ifneq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH)) IOEMU_CONFIGURE_CROSS ?= --cpu=$(XEN_TARGET_ARCH) \ @@ -121,3 +124,6 @@ subdir-clean-debugger/gdbsx: subdir-install-debugger/gdbsx: $(MAKE) -C debugger/gdbsx install + +subdir-distclean-firmware: .phony + $(MAKE) -C firmware distclean -- cgit v1.2.3