Re: [PATCH 23/25] syntax-check: enable sc_program_name.

2011-11-16 Thread Gary V. Vaughan
Hi Stefano, On 16 Nov 2011, at 15:26, Stefano Lattarini wrote: > On Wednesday 16 November 2011, Gary V wrote: >> Thanks for the review. >> # GPL_version: checks for GPLv3, which we don't use -# program_name: libtool has no programs! >>> But then, since libtool doesn't offer

Re: [PATCH 23/25] syntax-check: enable sc_program_name.

2011-11-16 Thread Stefano Lattarini
Hi Gary. On Wednesday 16 November 2011, Gary V wrote: > Hi Stefano, > > Thanks for the review. > > >> > >> # GPL_version: checks for GPLv3, which we don't use > >> -# program_name: libtool has no programs! > >> > > But then, since libtool doesn't offer any "real" program, what is > > the point

Re: [PATCH 23/25] syntax-check: enable sc_program_name.

2011-11-15 Thread Gary V. Vaughan
Hi Stefano, Thanks for the review. On 15 Nov 2011, at 22:39, Stefano Lattarini wrote: > On Tuesday 15 November 2011, Gary V wrote: >> * cfg.mk (local-checks-to-skip): Remove sc_program_name >> list of disabled checks. >> (exclude_file_name_regexp--sc_program_name): Don't check demo >> programs fo

Re: [PATCH 23/25] syntax-check: enable sc_program_name.

2011-11-15 Thread Stefano Lattarini
On Tuesday 15 November 2011, Gary V wrote: > * cfg.mk (local-checks-to-skip): Remove sc_program_name > list of disabled checks. > (exclude_file_name_regexp--sc_program_name): Don't check demo > programs for use of set_program_name. > > Signed-off-by: Gary V. Vaughan > --- > cfg.mk |3 +-- >

[PATCH 23/25] syntax-check: enable sc_program_name.

2011-11-15 Thread Gary V. Vaughan
* cfg.mk (local-checks-to-skip): Remove sc_program_name list of disabled checks. (exclude_file_name_regexp--sc_program_name): Don't check demo programs for use of set_program_name. Signed-off-by: Gary V. Vaughan --- cfg.mk |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git