[FFmpeg-devel] [PATCH] Allow "make clean" to clean files in tools.

Måns Rullgård mans
Sat Feb 12 13:59:31 CET 2011


Stefano Sabatini <stefano.sabatini-lala at poste.it> writes:

> ---
>  Makefile |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index dbf188f..f215451 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -169,6 +169,7 @@ clean:: testclean
>  	$(RM) $(CLEANSUFFIXES)
>  	$(RM) doc/*.html doc/*.pod doc/*.1
>  	$(RM) $(TOOLS)
> +	$(RM) $(addprefix tools/, $(CLEANSUFFIXES))
>
>  distclean::
>  	$(RM) $(DISTCLEANSUFFIXES)
> -- 
> 1.7.2.3

I prefer $(CLEANSUFFIXES:%=tools/%).  Queued with that change.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list