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

Luca Barbato lu_zero
Sat Feb 12 10:33:56 CET 2011


On 02/12/2011 09:50 AM, Stefano Sabatini wrote:
> ---
>  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)

Seems ok


-- 

Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero




More information about the ffmpeg-devel mailing list