Re: [PATCH] maint: add a rule to use gnulib's update-copyright

2012-02-15 Thread Stefano Lattarini
On 02/14/2012 09:55 PM, Jim Meyering wrote: > > Subject: [PATCH] maint: add a rule to use gnulib's update-copyright > > * lib/update-copyright: New file, from gnulib. > * Makefile.am (FETCHFILES): Add update-copyright to the list. > (fetch): Fetch it. > (update-copyright): New rule. > --- > Makefi

[FYI] {master} maint: prefer $(GIT) over hard-coded "git" in maintainer recipes

2012-02-15 Thread Stefano Lattarini
* Makefile.am (update-copyright, autodiffs): Use '$(GIT)' instead of hard-coding 'git'. --- Makefile.am | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 323d93d..e87bd24 100644 --- a/Makefile.am +++ b/Makefile.am @@ -269,9 +269,9 @@

[FYI] maint merged into master

2012-02-15 Thread Stefano Lattarini
commit abba0bb669db27b6843f7a276c75b58f428acc5c Merge: 8f41580 43b8af8 Author: Stefano Lattarini AuthorDate: Wed Feb 15 18:40:06 2012 +0100 Commit: Stefano Lattarini CommitDate: Wed Feb 15 18:40:06 2012 +0100 Merge branch 'maint' * maint: maint: add a rule to use gnulib's

Re: [PATCH] tests: avoid ksh bug for wildcards in EXTRA_DIST

2012-02-15 Thread Stefano Lattarini
On 02/14/2012 07:30 PM, Stefano Lattarini wrote: > On 02/14/2012 03:06 PM, Stefano Lattarini wrote: >> >> This patch fixes the described problem, but then, ouch :-(, it breaks >> the 'dollar.test' test case, which checks that automake supports files >> with `$' characters in their names (Java peopl

Re: Merging 'yacc-work' into master

2012-02-15 Thread Stefano Lattarini
On 02/12/2012 03:59 PM, Stefano Lattarini wrote: > I have cloned 'master' into a temporary branch 'yl-work-for-master', > merged master in there, and pushed. You can find the resulting branch > here: > > http://git.savannah.gnu.org/cgit/automake.git/log/?h=yl-work-for-master > > Below are the

Re: [PATCH] {master} cscope: is only expected to work with GNU make in VPATH setup

2012-02-15 Thread Stefano Lattarini
On 02/15/2012 10:28 AM, Stefano Lattarini wrote: > The 'cscope' functionality does not properly handle VPATH rewrites; > so we explicitly document that, for now, it is only ensured to work > with GNU make when doing a VPATH build, and we adjust testsuite > requirements accordingly. > > Issue revea

[PATCH] {master} cscope: is only expected to work with GNU make in VPATH setup

2012-02-15 Thread Stefano Lattarini
The 'cscope' functionality does not properly handle VPATH rewrites; so we explicitly document that, for now, it is only ensured to work with GNU make when doing a VPATH build, and we adjust testsuite requirements accordingly. Issue revealed by a failure of 'cscope.test' with Solaris 10 CCS make.