automake-patches
[Top][All Lists]
Advanced

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

Re: [PATCH 0/4] {maint} parallel-tests: remove check-html target and ".l


From: Stefano Lattarini
Subject: Re: [PATCH 0/4] {maint} parallel-tests: remove check-html target and ".log -> .html" conversion
Date: Mon, 16 Jan 2012 18:38:44 +0100

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.  ##



reply via email to

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