]> git.ipfire.org Git - thirdparty/automake.git/commit
Merge branch 'maint'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 15 Jun 2012 08:27:27 +0000 (10:27 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 15 Jun 2012 08:36:41 +0000 (10:36 +0200)
commit7b1697bd9b600cec62b8d52c56d80c60d39108a7
tree3f336110f7e928320ab5cb0be612d8b6c6c60189
parent2ef0a2d367b4db6ca77ff5b8e5f504bdbdbd18de
parentdb16f500f9176e2da49c46302dbf6d44f2cce2fb
Merge branch 'maint'

* maint:
  tests: minor reorganization of few tests
  fixup: adjust t/list-of-tests.mk for renamed/added tests
  subdirs: enhance coverage, tweak and rename few tests
  sync: update files from upstream with "make fetch"
  py-compile: consistently quote 'like this', not `like this'.
  docs: recursive make considered harmful
  docs: clean rules are not run in reverse order of build rules anymore
  silent: new $(AM_V_P) variable, tell if we're running in silent mode
  refactor: silent rules handling (a little)
  refactor: &define_verbose_var: accept a third optional argument

+ Extra non-trivial edits:

These are due to the fact that support for silent rules is enabled
unconditionally these days (since commit 'v1.12-34-g14141f2' of
2012-05-01, "silent rules: support for them is always active now").

* automake.in: In the new silent related code, do not ever check
whether the 'silent-rules' option is active; just assume support
for silent rules is enabled.
* t/silent-obsolescent-warns.sh: Remove as obsolete.
* t/list-of-tests.mk: Adjust.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NEWS
automake.in
doc/automake.texi
t/confh-subdir-clean.sh
t/list-of-tests.mk
t/silent6.sh