automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, experimental/ng/check-typos


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, experimental/ng/check-typos-at-make-runtime, created. v1.12.1-300-g63480bf
Date: Tue, 05 Jun 2012 14:27:37 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=63480bf78000c0e482cf798a9620038c12ff1097

The branch, experimental/ng/check-typos-at-make-runtime has been created
        at  63480bf78000c0e482cf798a9620038c12ff1097 (commit)

- Log -----------------------------------------------------------------
commit 63480bf78000c0e482cf798a9620038c12ff1097
Author: Stefano Lattarini <address@hidden>
Date:   Tue Jun 5 16:16:21 2012 +0200

    warns: typos in '_DEPENDENCIES' variables are now reported
    
    Detection of those typos had been disabled in commit in commit
    'v1.12-295-g9a5f837' of 2012-05-22, "[ng] warns: don't report possible
    issues with '_DEPENDENCIES' variables", to avoid spurious errors.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 56cf3ef67a55ab9b180c24a78592806ec837e585
Author: Stefano Lattarini <address@hidden>
Date:   Tue Jun 5 13:49:04 2012 +0200

    warnings: warn at runtime about typos in _SOURCES declaration and the like
    
    For example, on an input:
    
        bin_PROGRAMS = frob
        forb_SOURCES = main.c
    
    a proper warning should be given, since either 'forb' or 'frob' is likely
    a typo.  Mainline Automake gives the warning at automake runtime, while
    with this change, the warnings will be moved at make runtime.  This will
    allow us to warn about variables like '_DEPENDENCIES', whose definitions
    can unavailable (or unanalyzable) at automake runtime (check about those
    variable had to be disabled in commit 'v1.12-295-g9a5f837' of 2012-05-22,
    "[ng] warns: don't report possible issues with '_DEPENDENCIES' variables",
    to avoid spurious errors).
    
    Signed-off-by: Stefano Lattarini <address@hidden>

-----------------------------------------------------------------------


hooks/post-receive
-- 
GNU Automake



reply via email to

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