[PATCH v3] Work around a bug in Solaris make's file-inclusion mechanism.

2010-09-22 Thread Stefano Lattarini
On Wednesday 22 September 2010, Stefano Lattarini wrote: > On Wednesday 15 September 2010, Ralf Wildenhues wrote: > > * Stefano Lattarini wrote on Wed, Sep 15, 2010 at 01:26:50PM CEST: > > > OK for maint? > > No, it's not. There's still a bug (causing regression) due to some > dark corners in Per

Re: [SIMPLE PATCH] {maint} Manual: be more agnostic w.r.t. version control system used.

2010-09-22 Thread Stefano Lattarini
On Wednesday 22 September 2010, Ralf Wildenhues wrote: > Hello Stefano, Hi Ralf, thanks for the quick review. > * Stefano Lattarini wrote on Wed, Sep 22, 2010 at 10:34:46PM CEST: > > * doc/automake.texi (Basics of Distribution): Also refer to > > `.svn' directories as a type of probably-unwanted

Re: [SIMPLE PATCH] {maint} Manual: be more agnostic w.r.t. version control system used.

2010-09-22 Thread Ralf Wildenhues
Hello Stefano, * Stefano Lattarini wrote on Wed, Sep 22, 2010 at 10:34:46PM CEST: > * doc/automake.texi (Basics of Distribution): Also refer to `.svn' > directories as a type of probably-unwanted files that are copied > regardless when adding directories to EXTRA_DIST. > (The dist Hook): Show a di

[SIMPLE PATCH] {maint} Manual: be more agnostic w.r.t. version control system used.

2010-09-22 Thread Stefano Lattarini
* doc/automake.texi (Basics of Distribution): Also refer to `.svn' directories as a type of probably-unwanted files that are copied regardless when adding directories to EXTRA_DIST. (The dist Hook): Show a dist-hook example which removes Subversion `.svn' private directories from distdir, rather th

Re: [SIMPLE PATCH] {maint} Manual: index refer to target "git-dist", not "cvs-dist".

2010-09-22 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Wed, Sep 22, 2010 at 10:07:10PM CEST: > * doc/automake.texi (General Operation): Index the non-standard > example about "git-dist" under the "git-dist" label, not under > the "cvs-dist" one. OK. Thanks, Ralf

[SIMPLE PATCH] {maint} Manual: index refer to target "git-dist", not "cvs-dist".

2010-09-22 Thread Stefano Lattarini
* doc/automake.texi (General Operation): Index the non-standard example about "git-dist" under the "git-dist" label, not under the "cvs-dist" one. --- ChangeLog |5 + doc/automake.texi |3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog

Re: [SIMPLE PATCH] {maint} Perl modules: remove references to "Automake CVS repository".

2010-09-22 Thread Stefano Lattarini
On Wednesday 22 September 2010, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Wed, Sep 22, 2010 at 09:44:59PM CEST: > > * lib/Automake/Channels.pm: Update comments to refer to > > "Automke's git repository" rather than to "Automake's CVS > > repository". * lib/Automake/Configure_ac.pm: Like

Re: [SIMPLE PATCH] {maint} Remove obsolete .cvsignore files.

2010-09-22 Thread Stefano Lattarini
On Wednesday 22 September 2010, Ralf Wildenhues wrote: > Hi Stefano, > > * Stefano Lattarini wrote on Wed, Sep 22, 2010 at 09:29:46PM CEST: > > * .cvsignore, doc/.cvsignore, lib/.cvsignore, lib/am/.cvsignore, > > lib/Automake/.cvsignore, lib/Automake/tests/.cvsignore, > > m4/.cvsignore, tests/.cvs

Re: [SIMPLE PATCH] {maint} Perl modules: remove references to "Automake CVS repository".

2010-09-22 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Wed, Sep 22, 2010 at 09:44:59PM CEST: > * lib/Automake/Channels.pm: Update comments to refer to "Automke's > git repository" rather than to "Automake's CVS repository". > * lib/Automake/Configure_ac.pm: Likewise. > * lib/Automake/FileUtils.pm: Likewise. > * lib/Automake

Re: [SIMPLE PATCH] {maint} Remove obsolete .cvsignore files.

2010-09-22 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Wed, Sep 22, 2010 at 09:29:46PM CEST: > * .cvsignore, doc/.cvsignore, lib/.cvsignore, lib/am/.cvsignore, > lib/Automake/.cvsignore, lib/Automake/tests/.cvsignore, > m4/.cvsignore, tests/.cvsignore: Files deleted. Even when using > savannah's CVS readonly m

[SIMPLE PATCH] {maint} Perl modules: remove references to "Automake CVS repository".

2010-09-22 Thread Stefano Lattarini
* lib/Automake/Channels.pm: Update comments to refer to "Automke's git repository" rather than to "Automake's CVS repository". * lib/Automake/Configure_ac.pm: Likewise. * lib/Automake/FileUtils.pm: Likewise. * lib/Automake/Struct.pm: Likewise. * lib/Automake/XFile.pm: Likewise. * lib/Automake/Versi

[SIMPLE PATCH] {maint} Remove obsolete .cvsignore files.

2010-09-22 Thread Stefano Lattarini
* .cvsignore, doc/.cvsignore, lib/.cvsignore, lib/am/.cvsignore, lib/Automake/.cvsignore, lib/Automake/tests/.cvsignore, m4/.cvsignore, tests/.cvsignore: Files deleted. Even when using savannah's CVS readonly mirror there's no way to commit back to the real repository, so this files are not worth

Re: [PATCH v2] Work around a bug in Solaris make's file-inclusion mechanism.

2010-09-22 Thread Stefano Lattarini
On Wednesday 15 September 2010, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Wed, Sep 15, 2010 at 01:26:50PM CEST: > > OK for maint? No, it's not. There's still a bug (causing regression) due to some dark corners in Perl handling of `$1' across statements (ouch!). The new bug triggers