]> git.ipfire.org Git - thirdparty/automake.git/commit
Merge branch 'maint'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 16 Jan 2012 19:06:08 +0000 (20:06 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 16 Jan 2012 22:20:15 +0000 (23:20 +0100)
commit9928ea5c84889026f5800fe4270013791d47f16a
tree265451336594a920a08f5bab1d8bd17477406c9d
parent083a75be98d83517afdaa3da9ada22adb106cb1a
parent3d6197fe647445ecbcfaac6c004449246471d5b6
Merge branch 'maint'

* maint:
  recheck: fix interaction with "make -n"
  vala: avoid potential useless remakes (minor bugfix)
  vala: enhance tests
  recheck: behave better with non-GNU make
  check: separate .log -> .html conversion from core testsuite harness
  docs: deprecate .log -> .html conversion by parallel-tests
  tests: list some forgotten test cases in $(TESTS)
  maintcheck: consistency of list of test scripts
  build: explicitly declare some targets as .PHONY
  maint: remove obsolete/broken maintainer targets
  build: improve silencing of automake build system
  tests: move list of tests in its own Makefile fragment

+ Extra non-trivial edits:

* tests/parallel-tests2.test: Obvious edits to merge the slightly
inconsistent enhancements to coverage done in master with those
done in maint.
* lib/am/check.am (check-TESTS, recheck): Sweeping and rather
complex changes to merge the considerable divergences between
maint and master in a way that is meaningful and, where possible,
retains the semantic changes from both maint and master.
12 files changed:
Makefile.am
automake.in
doc/automake.texi
lib/Automake/tests/Makefile.am
lib/am/Makefile.am
lib/am/check.am
tests/check.test
tests/list-of-tests.mk
tests/parallel-tests-dryrun.test
tests/parallel-tests2.test
tests/vala.test
tests/vala5.test