On Thu, 2005-09-15 at 10:09 -0700, Magenheimer, Dan (HP Labs Fort
Collins) wrote:> Should xen/Makefile rm the xen/include/asm symbolic
> link for "make clean" and (certainly) for "make
mrproper"?
And can we add distclean (the standard) vs. linux-kernel-specific
mrproper?
Rexmit:
Subject: [PATCH] distclean target for toplevel
From: Rusty Russell <rusty@rustcorp.com.au>
To: Xen Mailing List <xen-devel@lists.xensource.com>
Date: Wed, 10 Aug 2005 14:46:12 +1000
# HG changeset patch
# User Rusty Russell <rusty@rustcorp.com.au>
# Node ID 9fa5ded734ceadebbb459d70f3e3a7a76490f64b
# Parent 8ee0adcb939af82bf06190281bb06c0a06331d3c
distclean target as per GNU coding standards
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
diff -r 8ee0adcb939a -r 9fa5ded734ce Makefile
--- a/Makefile Wed Aug 10 04:43:42 2005
+++ b/Makefile Wed Aug 10 04:44:27 2005
@@ -101,6 +101,9 @@
for i in $(ALLKERNELS) ; do $(MAKE) $$i-delete ; done
for i in $(ALLSPARSETREES) ; do $(MAKE) $$i-mrproper ; done
+# back to the way we started
+distclean: mrproper kdelete
+
install-twisted:
wget http://www.twistedmatrix.com/products/get-current.epy
tar -zxf Twisted-*.tar.gz
@@ -147,6 +150,7 @@
@echo '' build trees''
@echo '' kdelete - delete guest kernel build trees''
@echo '' kclean - clean guest kernel build trees''
+ @echo '' distclean - delete everything, leaving fresh
tree''
@echo ''''
@echo ''Dependency installation targets:''
@echo '' install-twisted - install the Twisted Matrix
Framework''
--
A bad analogy is like a leaky screwdriver -- Richard Braakman
--
A bad analogy is like a leaky screwdriver -- Richard Braakman
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel