On Tuesday 24 July 2007 02:25:27 Robert Schwebel wrote:
> 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.
>

Couple questions on this one - we do have to understand it to maintain it :-)

> 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)

What are these?

> +
> +maintainer-clean-local:
> +     -chmod -R a+rw $(distdir)
> +     -rm -fr $(distdir)

And this?

>
>
> --
>  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



-- 
Darren Hart
IBM Linux Technology Center
Realtime Linux Team
-
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

Reply via email to