automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [PATCH 00/33] Several renamings of private make variables


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 00/33] Several renamings of private make variables
Date: Sat, 21 Jul 2012 14:55:32 +0200

The first bach of "am__foo -> am.foo" renamings.  See also this recent
patch that announced the upcoming renamings:
<http://lists.gnu.org/archive/html/automake-ng/2012-07/msg00062.html>

Stefano Lattarini (33):
  [ng] rename: am__dist_* -> am.dist.*
  [ng] rename: am__all_progs -> am.all-progs
  [ng] rename: am__all_libs -> am.all-libs
  [ng] rename: am__all_ltlibs -> am.all-ltlibs
  [ng] rename: am__error -> am.error
  [ng] cosmetics: improve a comment
  [ng] rename: am__seen_error -> am.error.seen
  [ng] rename: am__bslash -> am.chars.bslash
  [ng] rename: am__comma -> am.chars.comma
  [ng] rename: am__dollar -> am.chars.dollar
  [ng] rename: am__pound -> am.chars.hash
  [ng] rename: am__lparen -> am.chars.lparen
  [ng] rename: am__rparen -> am.chars.rparen
  [ng] rename: am__bquote -> am.chars.bquote
  [ng] rename: am__dquote -> am.chars.dquote
  [ng] rename: am__squote -> am.chars.squote
  [ng] cosmetics: fix an imprecise comment
  [ng] rename: am__empty -> am.chars.empty
  [ng] rename: am__make_dryrun -> am.make.dry-run
  [ng] rename: am__strip_firstword -> am.util.strip-first-word
  [ng] rename: am__strip_lastword -> am.util.strip-last-word
  [ng] am__uniq: use $0 for recursive invocations
  [ng] rename: am__uniq -> am.util.uniq
  [ng] am__strip_suffixes: use $0 for recursive invocations
  [ng] rename: am__strip_suffixes -> am.util.strip-suffixes
  [ng] rename: am__private_suffix -> am.hack.private-suffix
  [ng] rename: am__handle_exeext -> am.conf.handle-exeext
  [ng] rename: am__vpath_rewrite -> am.vpath.rewrite
  [ng] rename: am__using_parallel_tests -> am.conf.using-parallel-tests
  [ng] rename: am__tolower -> am.util.tolower
  [ng] rename: am__toupper -> am.util.toupper
  [ng] rename: am__canon -> am.util.canon
  [ng] rename: am__relativize -> am.dist.relativize-path

 NG-NEWS                           |    6 +-
 automake.in                       |   25 +++--
 lib/am/all-target.am              |    2 +-
 lib/am/check-typos.am             |   16 +--
 lib/am/compile.am                 |    2 +-
 lib/am/configure.am               |    4 +-
 lib/am/data.am                    |    2 +-
 lib/am/distdir.am                 |   54 +++++-----
 lib/am/header-vars.am             |   99 +++++++++---------
 lib/am/java.am                    |    2 +-
 lib/am/lisp.am                    |    4 +-
 lib/am/parallel-tests.am          |   12 +--
 lib/am/python.am                  |    2 +-
 lib/am/scripts.am                 |    2 +-
 lib/am/serial-tests.am            |    2 +-
 lib/am/texi-vers.am               |    2 +-
 syntax-checks.mk                  |    9 +-
 t/all-prog-libs.sh                |   16 +--
 t/autodist-aclocal-m4.sh          |    2 +-
 t/autodist-configure-no-subdir.sh |    2 +-
 t/autodist-stamp-vti.sh           |    2 +-
 t/autodist-subdir.sh              |   10 +-
 t/autodist.sh                     |    6 +-
 t/clean-many.sh                   |    6 +-
 t/clean-many2.sh                  |    2 +-
 t/colon5.sh                       |    2 +-
 t/colon7.sh                       |    6 +-
 t/confh.sh                        |    4 +-
 t/confh8.sh                       |    8 +-
 t/depdist.sh                      |    2 +-
 t/dist-auxfile.sh                 |    8 +-
 t/dist-many.sh                    |    5 +-
 t/dist-many2.sh                   |    5 +-
 t/distcom-subdir.sh               |    4 +-
 t/distcom2.sh                     |    6 +-
 t/distcom3.sh                     |    4 +-
 t/distcom4.sh                     |    2 +-
 t/distcom5.sh                     |    4 +-
 t/hdr-vars-defined-once.sh        |    4 +-
 t/insh2.sh                        |    2 +-
 t/internals.tap                   |  206 ++++++++++++++++++-------------------
 t/libobj7.sh                      |    8 +-
 t/make-dryrun.tap                 |    6 +-
 t/memoize.tap                     |    4 +-
 t/nodist.sh                       |    4 +-
 t/nodist3.sh                      |    2 +-
 t/pr2.sh                          |    2 +-
 t/relativize.tap                  |    8 +-
 t/substref.sh                     |    4 +-
 t/test-driver-is-distributed.sh   |    2 +-
 t/test-extensions-dynamic.sh      |    2 +-
 t/txinfo.sh                       |    4 +-
 t/txinfo2.sh                      |    4 +-
 t/txinfo8.sh                      |    4 +-
 t/vpath-rewrite.sh                |    2 +-
 t/vtexi3.sh                       |    4 +-
 t/vtexi4.sh                       |    4 +-
 t/yacc-basic.sh                   |    2 +-
 t/yacc-cxx.sh                     |    2 +-
 t/yacc-d-basic.sh                 |    2 +-
 t/yacc-d-cxx.sh                   |    2 +-
 t/yacc-lex-cxx-alone.sh           |    4 +-
 62 files changed, 319 insertions(+), 320 deletions(-)

-- 
1.7.10.4




reply via email to

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