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