[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-NG] [PATCH 0/7] Move detection of possible typos in _SOURCES e
From: |
Stefano Lattarini |
Subject: |
[Automake-NG] [PATCH 0/7] Move detection of possible typos in _SOURCES etc. at make runtime |
Date: |
Wed, 6 Jun 2012 00:21:00 +0200 |
And in doing so, recover the ability to warn about possible typos in
_DEPENDENCIES (which has been lost in commit 'v1.12-295-g9a5f837').
Reference:
<http://lists.gnu.org/archive/html/automake-ng/2012-05/threads.html>
I plan to push these patches in a couple of days.
Regards,
Stefano
-*-*-*-
Stefano Lattarini (7):
[ng] coverage: conditional defn of lib_LIBRARIES and lib_LTLIBRARIES
[ng] automake: new global variable '%known_ltlibraries'
[ng] refactor: new make variables am__all_libs and am__all_ltlibs
[ng] warns: typos in _SOURCES etc. reported at make runtime
[ng] warns: typos in '_DEPENDENCIES' variables are now reported
[ng] warns: also report typos for 'LOG_DEPENDENCIES' variables
[ng] cleanup: unused variable in the automake script removed
Makefile.am | 1 +
automake.in | 67 ++++++++-----------
lib/am/check-typos.am | 84 ++++++++++++++++++++++++
lib/am/header-vars.am | 8 +++
lib/am/parallel-tests.am | 3 +
t/{all-progs.sh => all-prog-libs.sh} | 33 ++++++++--
t/cond30.sh | 35 ++++++++--
t/spell.sh | 29 +++++++-
t/spell2.sh | 33 ++++++++--
t/vartypo2.sh | 63 ------------------
t/vartypos-deps.sh | 103 +++++++++++++++++++++++++++++
t/vartypos.sh | 120 +++++++++++++++++++++-------------
t/warnopts.sh | 27 ++++----
13 files changed, 429 insertions(+), 177 deletions(-)
create mode 100644 lib/am/check-typos.am
rename t/{all-progs.sh => all-prog-libs.sh} (56%)
delete mode 100755 t/vartypo2.sh
create mode 100755 t/vartypos-deps.sh
--
1.7.9.5
- [Automake-NG] [PATCH 0/7] Move detection of possible typos in _SOURCES etc. at make runtime,
Stefano Lattarini <=
- [Automake-NG] [PATCH 2/7] [ng] automake: new global variable '%known_ltlibraries', Stefano Lattarini, 2012/06/05
- [Automake-NG] [PATCH 1/7] [ng] coverage: conditional defn of lib_LIBRARIES and lib_LTLIBRARIES, Stefano Lattarini, 2012/06/05
- [Automake-NG] [PATCH 3/7] [ng] refactor: new make variables am__all_libs and am__all_ltlibs, Stefano Lattarini, 2012/06/05
- [Automake-NG] [PATCH 5/7] [ng] warns: typos in '_DEPENDENCIES' variables are now reported, Stefano Lattarini, 2012/06/05
- [Automake-NG] [PATCH 4/7] [ng] warns: typos in _SOURCES etc. reported at make runtime, Stefano Lattarini, 2012/06/05
- [Automake-NG] [PATCH 6/7] [ng] warns: also report typos for 'LOG_DEPENDENCIES' variables, Stefano Lattarini, 2012/06/05
- [Automake-NG] [PATCH 7/7] [ng] cleanup: unused variable in the automake script removed, Stefano Lattarini, 2012/06/05
- Re: [Automake-NG] [PATCH 0/7] Move detection of possible typos in _SOURCES etc. at make runtime, Akim Demaille, 2012/06/06