[FYI] master merged into tests-init

2010-11-06 Thread Stefano Lattarini
I've merged master into tests-init, and pushed. This has basically made the current tests-init branch equivalent to master (so that, in particular, important and useful changes such as the definition and use of variables `$PATH_SEPARATOR' and `$APIVERSION' have been imported into tests-init). Thi

Re: tests updates

2010-11-06 Thread Stefano Lattarini
On Friday 05 November 2010, Stefano Lattarini wrote: > On Friday 05 November 2010, Stefano Lattarini wrote: > > On Thursday 04 November 2010, Stefano Lattarini wrote: > > > > > In the end, are you OK with having me to merge "test-init" to > > > > > master right away, and do future testsuite work on

[FYI] Patch pushed (was: Re: [PATCH] New tests on obsoleted usages of automake/autoconf macros.)

2010-11-06 Thread Stefano Lattarini
I just pushed the patch, by applying it to a temporary branch based off of maint (named "backcompat-tests"), and then merging that branch into master right away. Regards, Stefano

[FYI] merged maint into master

2010-11-06 Thread Stefano Lattarini
I merged maint into master, and pushed. The merged commits are: - Ralf Wildenhues (1): Fix and document rules to not touch the tree with `make -n'. - Stefano Lattarini (1): Fix bug in rules for creating vala vapi/header files. Regards, Stefano

Re: More problems with `make -n' in automake-generated rules.

2010-11-06 Thread Stefano Lattarini
Hello Ralf. On Saturday 06 November 2010, Stefano Lattarini wrote: > On Saturday 06 November 2010, Ralf Wildenhues wrote: > > Hi Stefano, > > > > * Stefano Lattarini wrote on Sat, Nov 06, 2010 at 05:52:57PM CET: > > > Hi Ralf, I've just spotted a bug in the patch ... > > > > > > - $o

Re: [PATCH] New tests on obsoleted usages of automake/autoconf macros.

2010-11-06 Thread Stefano Lattarini
On Saturday 06 November 2010, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Wed, Nov 03, 2010 at 07:12:27PM CET: > > Pinging this patch again, following this: > > > > > > I've also re-based the patch off of latest

Re: More problems with `make -n' in automake-generated rules.

2010-11-06 Thread Stefano Lattarini
On Saturday 06 November 2010, Ralf Wildenhues wrote: > Hi Stefano, > > * Stefano Lattarini wrote on Sat, Nov 06, 2010 at 05:52:57PM CET: > > Hi Ralf, I've just spotted a bug in the patch ... > > > > - $output_rules .= "\$(srcdir)/$headerfile: > > > \$(srcdir)/${derived}_vala.stamp\n". > >

Re: [PATCH] New tests on obsoleted usages of automake/autoconf macros.

2010-11-06 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Wed, Nov 03, 2010 at 07:12:27PM CET: > Pinging this patch again, following this: > > > I've also re-based the patch off of latest maint, extended some checks a > little bit, fixed a typo in com

[PATCH] {maint} Fix a bug in variable concatanation with `+='. (was: Re: bug#7333: bug concatenating CLEANFILES in automake 1.11)

2010-11-06 Thread Stefano Lattarini
On Friday 05 November 2010, Stefano Lattarini wrote: > I can confirm the bug with latest automake (from git master), with > a much-reduced minimal testcase (see attachment). > > I still haven't looked for an explanation or a fix, though. I've manged to find a very simple fix for the bug (see atta

Re: More problems with `make -n' in automake-generated rules.

2010-11-06 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Sat, Nov 06, 2010 at 05:52:57PM CET: > Hi Ralf, I've just spotted a bug in the patch ... > > - $output_rules .= "\$(srcdir)/$headerfile: > > \$(srcdir)/${derived}_vala.stamp\n". > > - "\...@if test -f \$@; then :; else \\\n". > > -

Re: More problems with `make -n' in automake-generated rules.

2010-11-06 Thread Stefano Lattarini
Hi Ralf, I've just spotted a bug in the patch ... On Monday 01 November 2010, Ralf Wildenhues wrote: > diff --git a/automake.in b/automake.in > index cb5fe24..42eff2b 100644 > --- a/automake.in > +++ b/automake.in > @@ -6070,11 +6070,11 @@ sub lang_vala_finish_target ($$) >