aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-06-27 11:50:57 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-06-27 11:50:57 +0100
commit956c0afa809bb7c4c99f6bbd9aa17a8a1c7667a1 (patch)
tree678c6b515fee007d6f7b2151ecd503b63eeca2e5 /Makefile
parent3144ac0f723a6bdda7a0e1b1d969b46e1f4d5750 (diff)
downloadxen-956c0afa809bb7c4c99f6bbd9aa17a8a1c7667a1.tar.gz
xen-956c0afa809bb7c4c99f6bbd9aa17a8a1c7667a1.tar.bz2
xen-956c0afa809bb7c4c99f6bbd9aa17a8a1c7667a1.zip
[BUILD] Add distclean build target to xen directory: cleans out tags.
Signed-off-by: Horms <horms@verge.net.au>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4f7afd5c7b..703f47daf1 100644
--- a/Makefile
+++ b/Makefile
@@ -123,7 +123,10 @@ clean::
# clean, but blow away kernel build tree plus tarballs
.PHONY: distclean
-distclean: clean
+distclean:
+ $(MAKE) -C xen distclean
+ $(MAKE) -C tools distclean
+ $(MAKE) -C docs distclean
rm -rf dist patches/tmp
for i in $(ALLKERNELS) ; do $(MAKE) $$i-delete ; done
for i in $(ALLSPARSETREES) ; do $(MAKE) $$i-mrproper ; done