automake-ng
[Top][All Lists]
Advanced

[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




reply via email to

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