libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Stefano Lattarini
Subject: Re: [PATCH 23/25] syntax-check: enable sc_program_name.
Date: Tue, 15 Nov 2011 16:39:24 +0100
User-agent: KMail/1.13.7 (Linux/2.6.30-2-686; KDE/4.6.5; i686; ; )

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 <address@hidden>
> ---
>  cfg.mk |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/cfg.mk b/cfg.mk
> index 1d6ca3c..48d063e 100644
> --- a/cfg.mk
> +++ b/cfg.mk
> @@ -46,12 +46,10 @@ local-checks-to-fix =                             \
>  local-checks-to-skip =                               \
>       $(local-checks-to-fix)                  \
>       sc_GPL_version                          \
> -     sc_program_name                         \
>       sc_trailing_blank                       \
>       sc_unmarked_diagnostics
>  
>  # 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 of enabling the `sc_program_name' check?

Regards,
  Stefano



reply via email to

[Prev in Thread] Current Thread [Next in Thread]