Suggest naming central plugin make config as plugin.mk.

Message ID 1361039590-7583-1-git-send-email-ville.skytta@iki.fi
State New
Headers

Commit Message

Ville Skyttä Feb. 16, 2013, 6:33 p.m. UTC
  Makes it clearer that it's a Makefile snippet, distinguishes from VDR
conf files. Reposted here per Klaus' request, he'd like to see 3
people ack this.
---
 Make.config.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

L. Hanisch Feb. 17, 2013, 11:17 a.m. UTC | #1
Am 16.02.2013 19:33, schrieb Ville Skyttä:
> Makes it clearer that it's a Makefile snippet, distinguishes from VDR
> conf files. Reposted here per Klaus' request, he'd like to see 3
> people ack this.

 PLGCFG is new, has anyone used it so far?
 I have no objections.

Acked-by: Lars Hanisch <dvb@flensrocker.de>

Regards,
Lars.

> ---
>  Make.config.template | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Make.config.template b/Make.config.template
> index b02d796..5bd0a10 100644
> --- a/Make.config.template
> +++ b/Make.config.template
> @@ -62,7 +62,7 @@ endif
>  
>  # Use this if you want to have a central place where you configure compile time
>  # parameters for plugins:
> -#PLGCFG = $(CONFDIR)/plugins.conf
> +#PLGCFG = $(CONFDIR)/plugins.mk
>  
>  ### The remote control:
>  
>
  
Klaus Schmidinger Feb. 18, 2013, 11:42 a.m. UTC | #2
On 16.02.2013 19:33, Ville Skyttä wrote:
> Makes it clearer that it's a Makefile snippet, distinguishes from VDR
> conf files. Reposted here per Klaus' request, he'd like to see 3
> people ack this.
> ---
>   Make.config.template | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Make.config.template b/Make.config.template
> index b02d796..5bd0a10 100644
> --- a/Make.config.template
> +++ b/Make.config.template
> @@ -62,7 +62,7 @@ endif
>
>   # Use this if you want to have a central place where you configure compile time
>   # parameters for plugins:
> -#PLGCFG = $(CONFDIR)/plugins.conf
> +#PLGCFG = $(CONFDIR)/plugins.mk
>
>   ### The remote control:

There have been two more AKCs on vdr-portal.de (where I posted your patch
and asked for ACK/NACK), so the patch is accepted.

Klaus
  

Patch

diff --git a/Make.config.template b/Make.config.template
index b02d796..5bd0a10 100644
--- a/Make.config.template
+++ b/Make.config.template
@@ -62,7 +62,7 @@  endif
 
 # Use this if you want to have a central place where you configure compile time
 # parameters for plugins:
-#PLGCFG = $(CONFDIR)/plugins.conf
+#PLGCFG = $(CONFDIR)/plugins.mk
 
 ### The remote control: