Add some more things which have to be cleaned on maintainer-clean; this
does also remove directories in the case that something went wrong
during development, leaving the tree in a non-clean state.
Signed-off-by: Robert Schwebel <[EMAIL PROTECTED]>
---
GNUmakefile.am | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Index: GNUmakefile.am
===================================================================
--- GNUmakefile.am.orig
+++ GNUmakefile.am
@@ -9,5 +9,10 @@ EXTRA_DIST = \
autogen.sh
MAINTAINERCLEANFILES = \
- GNUmakefile.in
+ GNUmakefile.in \
+ $(DIST_ARCHIVES)
+
+maintainer-clean-local:
+ -chmod -R a+rw $(distdir)
+ -rm -fr $(distdir)
--
Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
Pengutronix - Linux Solutions for Science and Industry
Handelsregister: Amtsgericht Hildesheim, HRA 2686
Hannoversche Str. 2, 31134 Hildesheim, Germany
Phone: +49-5121-206917-0 | Fax: +49-5121-206917-9
-
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html