Re: [FFmpeg-devel] [PATCH] Makefile: add cleanup of pkg-config files created by configure to distclean

2015-12-02 Thread Andreas Cadhalpun
On 25.11.2015 11:56, Tobias Rapp wrote:
> Subject: [PATCH] Makefile: add cleanup of pkg-config files created by
>  configure to distclean
> 
> ---
>  Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Makefile b/Makefile
> index 306f060..58f1a3a 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -181,6 +181,7 @@ clean::
>  distclean::
>   $(RM) $(DISTCLEANSUFFIXES)
>   $(RM) config.* .config libavutil/avconfig.h .version avversion.h 
> version.h libavutil/ffversion.h libavcodec/codec_names.h
> + $(RM) -rf doc/examples/pc-uninstalled
>  
>  config:
>   $(SRC_PATH)/configure $(value FFMPEG_CONFIGURATION)
> -- 1.9.1

This looks good to me, so applied and pushed.

Best regards,
Andreas
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] Makefile: add cleanup of pkg-config files created by configure to distclean

2015-11-30 Thread Tobias Rapp

On 25.11.2015 11:56, Tobias Rapp wrote:

When creating a fresh working copy I noticed that the
"doc/examples/pc-uninstalled" folder which is created by ./configure is
not cleaned up when running "make distclean".

Attached patch adds the removal of "doc/examples/pc-uninstalled" folder
to "make distclean".

Regards,
Tobias


Ping.

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


[FFmpeg-devel] [PATCH] Makefile: add cleanup of pkg-config files created by configure to distclean

2015-11-25 Thread Tobias Rapp
When creating a fresh working copy I noticed that the 
"doc/examples/pc-uninstalled" folder which is created by ./configure is 
not cleaned up when running "make distclean".


Attached patch adds the removal of "doc/examples/pc-uninstalled" folder 
to "make distclean".


Regards,
Tobias
>From 166a9ca8c6e446d4430eb26691d4e23810855dc7 Mon Sep 17 00:00:00 2001
From: Tobias Rapp 
Date: Wed, 25 Nov 2015 11:47:14 +0100
Subject: [PATCH] Makefile: add cleanup of pkg-config files created by
 configure to distclean

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 306f060..58f1a3a 100644
--- a/Makefile
+++ b/Makefile
@@ -181,6 +181,7 @@ clean::
 distclean::
 	$(RM) $(DISTCLEANSUFFIXES)
 	$(RM) config.* .config libavutil/avconfig.h .version avversion.h version.h libavutil/ffversion.h libavcodec/codec_names.h
+	$(RM) -rf doc/examples/pc-uninstalled
 
 config:
 	$(SRC_PATH)/configure $(value FFMPEG_CONFIGURATION)
-- 
1.9.1

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel