[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] maint: remove most recursion in automake's own build system
From: |
Jim Meyering |
Subject: |
Re: [PATCH] maint: remove most recursion in automake's own build system |
Date: |
Fri, 06 Apr 2012 20:54:35 +0200 |
Stefano Lattarini wrote:
> On 04/05/2012 08:41 PM, Stefano Lattarini wrote:
>> Thanks to you for being flexible and patient. I've committed the patch
>> now. Soon more to follow, to remove the last make recursion (the one for
>> the testsuite).
>>
> Sigh, this is harder than I thought. For the moment, I've pushed the work
> in progress to a temporary, rewindable branch ('experimental/rmch'). It has
> eight commits, whose summary lines are listed above. The testsuite passes
> with GNU make in an in-tree setup, but fails in a VPATH setup, and I've not
> tested it properly with non-GNU make implementations.
I'm glad you're working on this.
I haven't looked at actual patches, but did try to parse the short summaries:
> Stefano Lattarini (8):
> tests: move most helper scripts and files in the 'ax' subdirectory
I presume you mean s/in/into/
> tests: remove recipes to run tests with 'prove'
this wording is ambiguous:
s/to/in order to/
s/to/that/
> tests: rename 'tests/' => 't/', '*.test' => '*.sh'
> maint: no more make recursion in Automake's build system
> NEWS: automake build systems avoids make recursion
> docs: fix names of relevant test cases in comments
> t/README: update w.r.t. recent overhaul (non-recursive build system)
> maint: simplify generation of files with @substed@ stuff
- [PATCH] maint: remove most recursion in automake's own build system, Stefano Lattarini, 2012/04/05
- Re: [PATCH] maint: remove most recursion in automake's own build system, Jim Meyering, 2012/04/05
- Re: [PATCH] maint: remove most recursion in automake's own build system, Stefano Lattarini, 2012/04/05
- Re: [PATCH] maint: remove most recursion in automake's own build system, Jim Meyering, 2012/04/05
- Re: [PATCH] maint: remove most recursion in automake's own build system, Stefano Lattarini, 2012/04/06
- Re: [PATCH] maint: remove most recursion in automake's own build system, Jim Meyering, 2012/04/05
- Re: [PATCH] maint: remove most recursion in automake's own build system, Stefano Lattarini, 2012/04/05
- Re: [PATCH] maint: remove most recursion in automake's own build system, Stefano Lattarini, 2012/04/06
- Re: [PATCH] maint: remove most recursion in automake's own build system,
Jim Meyering <=
- Re: [PATCH] maint: remove most recursion in automake's own build system, Stefano Lattarini, 2012/04/08
- [PATCH 1/8] tests: move most helper scripts and files into the 'ax' subdirectory, Stefano Lattarini, 2012/04/08
- [PATCH 2/8] tests: remove recipes that run tests with 'prove', Stefano Lattarini, 2012/04/08
- [PATCH 5/8] NEWS: automake build systems avoids make recursion, Stefano Lattarini, 2012/04/08
- [PATCH 6/8] docs: fix names of relevant test cases in comments, Stefano Lattarini, 2012/04/08
- [PATCH 7/8] t/README: update w.r.t. recent overhaul (non-recursive build system), Stefano Lattarini, 2012/04/08
- [PATCH 8/8] maint: simplify generation of files with @substed@ stuff, Stefano Lattarini, 2012/04/08
- Re: [PATCH 8/8] maint: simplify generation of files with @substed@ stuff, Stefano Lattarini, 2012/04/08
- [PATCH 4/8] maint: no more make recursion in Automake's build system, Stefano Lattarini, 2012/04/08
- [PATCH 3/8] tests: rename 'tests/' => 't/', '*.test' => '*.sh', Stefano Lattarini, 2012/04/08