Sorry, I should have reviewed all this a while ago too!
On Tue, Apr 17, 2012 at 10:50:08PM +0200, Дилян Палаузов wrote:
> >commit "Makefile.am: merge sieve/Makefile.in"
> >
> >+ sieve/test/testExtension ....
> >
> >Not only is this line far too long, but the directory is sieve/tests/
> >not sieve/test/
>
> I renamed all sieve/test/ to sieve/tests/ .
As I commented elsewhere, this is godawfully unmaintainable.
And while we're talking about maintainability. The old Makefile.in
was just as guilty, but we really should fix this stuff:
That's a nightmare to maintain and generates unreadable diffs.
Unless there's a good reason otherwise, these should be one-per-line
in alphabetical order. It makes diffs readable and branch merging
a lot less painful.