On 01/15/2012 05:15 PM, Stefano Lattarini wrote: > On 01/13/2012 10:46 PM, Stefano Lattarini wrote: >> Reference: >> <http://lists.gnu.org/archive/html/automake/2012-01/msg00005.html> >> >> Stefano Lattarini (4): >> docs: deprecate .log -> .html conversion by parallel-tests >> check: separate .log -> .html conversion from core testsuite harness >> recheck: behave better with non-GNU make >> recheck: fix interaction with "make -n" >> >> NEWS | 4 ++ >> automake.in | 6 +- >> doc/automake.texi | 38 ++++++-------- >> lib/am/Makefile.am | 3 +- >> lib/am/check-html.am | 61 ++++++++++++++++++++++ >> lib/am/check.am | 104 >> ++++++++++++++----------------------- >> tests/Makefile.am | 1 + >> tests/check.test | 4 +- >> tests/parallel-tests-dryrun.test | 93 ++++++++++++++++++++++++++++++++++ >> tests/parallel-tests2.test | 35 +++++++++++++ >> 10 files changed, 256 insertions(+), 93 deletions(-) >> create mode 100644 lib/am/check-html.am >> create mode 100755 tests/parallel-tests-dryrun.test >> > I will push this series by tomorrow if there is no objection or review by > then. > I've rebased on (almost) latest maint, squashed the fixlet below in the last patch, merged into maint, and pushed. I've also removed the now-obsolete 'experimental/check-html-deprecate' branch.
Regards, Stefano -*-*- diff --git a/lib/am/check.am b/lib/am/check.am index ad51310..e0a453b 100644 --- a/lib/am/check.am +++ b/lib/am/check.am @@ -286,7 +286,6 @@ recheck: %CHECK_DEPS% AM_RECURSIVE_TARGETS += check recheck .PHONY: recheck -.MAKE: recheck ## ----------------------------------------------- ## ## Produce HTML. To be removed in automake 1.12. ##