Re: [vdr] [PATCH v3] Gather necessary options for build in Make.global and include it.

2010-02-07 Thread Paul Menzel
Am Samstag, den 06.02.2010, 13:17 +0100 schrieb Klaus Schmidinger: > On 29.01.2010 15:19, Paul Menzel wrote: […] > > --- a/PLUGINS/src/dvbsddevice/Makefile > > +++ b/PLUGINS/src/dvbsddevice/Makefile > > @@ -18,7 +18,11 @@ VERSION = $(shell grep 'static const char \*VERSION *=' > > $(PLUGIN).c |

Re: [vdr] [PATCH v3] Gather necessary options for build in Make.global and include it.

2010-02-06 Thread Paul Menzel
Am Samstag, den 06.02.2010, 13:25 +0100 schrieb Klaus Schmidinger: > On 06.02.2010 13:23, Paul Menzel wrote: > > Am Samstag, den 06.02.2010, 13:00 +0100 schrieb Klaus Schmidinger: > >> On 06.02.2010 12:43, Paul Menzel wrote: > > > > […] > > > >>> I do not know when you will release the 1.7.13. If

Re: [vdr] [PATCH v3] Gather necessary options for build in Make.global and include it.

2010-02-06 Thread Klaus Schmidinger
On 06.02.2010 13:23, Paul Menzel wrote: > Am Samstag, den 06.02.2010, 13:00 +0100 schrieb Klaus Schmidinger: >> On 06.02.2010 12:43, Paul Menzel wrote: > > […] > >>> I do not know when you will release the 1.7.13. If it is still some days >>> away then maybe we can set a limit of seven days to gi

Re: [vdr] [PATCH v3] Gather necessary options for build in Make.global and include it.

2010-02-06 Thread Paul Menzel
Am Samstag, den 06.02.2010, 13:00 +0100 schrieb Klaus Schmidinger: > On 06.02.2010 12:43, Paul Menzel wrote: […] > > I do not know when you will release the 1.7.13. If it is still some days > > away then maybe we can set a limit of seven days to give everyone a > > chance again to comment on this

Re: [vdr] [PATCH v3] Gather necessary options for build in Make.global and include it.

2010-02-06 Thread Klaus Schmidinger
On 29.01.2010 15:19, Paul Menzel wrote: > Without this patch, if some options in `Makefile` were set outside `Makefile` > and no `Make.config` existed with the necessary options, builds could fail. > [1][2][3] > > Therefore include strictly necessary options in `Make.global` and include > this

Re: [vdr] [PATCH v3] Gather necessary options for build in Make.global and include it.

2010-02-06 Thread Klaus Schmidinger
On 06.02.2010 12:43, Paul Menzel wrote: > Am Samstag, den 06.02.2010, 12:29 +0100 schrieb Klaus Schmidinger: >> On 29.01.2010 15:19, Paul Menzel wrote: >>> Without this patch, if some options in `Makefile` were set outside >>> `Makefile` and no `Make.config` existed with the necessary options, bui

Re: [vdr] [PATCH v3] Gather necessary options for build in Make.global and include it.

2010-02-06 Thread Paul Menzel
Am Samstag, den 06.02.2010, 12:29 +0100 schrieb Klaus Schmidinger: > On 29.01.2010 15:19, Paul Menzel wrote: > > Without this patch, if some options in `Makefile` were set outside > > `Makefile` and no `Make.config` existed with the necessary options, builds > > could fail. [1][2][3] > > > > The

Re: [vdr] [PATCH v3] Gather necessary options for build in Make.global and include it.

2010-02-06 Thread Klaus Schmidinger
On 29.01.2010 15:19, Paul Menzel wrote: > Without this patch, if some options in `Makefile` were set outside `Makefile` > and no `Make.config` existed with the necessary options, builds could fail. > [1][2][3] > > Therefore include strictly necessary options in `Make.global` and include > this

[vdr] [PATCH v3] Gather necessary options for build in Make.global and include it.

2010-01-29 Thread Paul Menzel
Without this patch, if some options in `Makefile` were set outside `Makefile` and no `Make.config` existed with the necessary options, builds could fail. [1][2][3] Therefore include strictly necessary options in `Make.global` and include this in all the Makefiles before `Make.config`. [1] http