Re: Fix makedepend depmode to cope with VPATH builds

2011-04-08 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Fri, Apr 08, 2011 at 01:05:53PM CEST: > Hello Ralf, sorry for the delay. I don't think you need to apologize for any delays on your behalf, for at least a few months. ;-) > On Wednesday 06 April 2011, Ralf Wildenhues wrote: > > Ugh, a looong-standing dep

Re: bug#8234: check_JAVA built during make

2011-04-08 Thread Petteri Räty
On 04/06/2011 07:52 PM, Stefano Lattarini wrote: > The attached patch should fix the bug. The exposing testcase passes > with the modification to automake.in installed, and fails without. > > OK for maint? I'll push in 72 hours if there is no objection. > My email address seems to have a longe

Re: Fix makedepend depmode to cope with VPATH builds

2011-04-08 Thread Stefano Lattarini
Hello Ralf, sorry for the delay. On Wednesday 06 April 2011, Ralf Wildenhues wrote: > Ugh, a looong-standing depmode=makedepend bug that silently breaks > rebuilds in VPATH trees. It has now hit me in the wild. :-( > Just out of curiosity: with which compiler? > Anyway, this is for maint, and I

Re: [PATCH] {master} coverage: add tests on remake rules in more complex situations (was: Re: not breaking "make" after m4 macros and source files changed)

2011-04-08 Thread Stefano Lattarini
On Thursday 07 April 2011, Bruno Haible wrote: > Hi Stefano, > > > Done in the attached patch. > > Great! I'm glad that you could use my input, although I mostly don't know > about > the usual habits and idioms for automake unit tests. > > Comments: > > - In remake-renamed-m4-macro.test you us

[PATCH] {master} coverage: more on java support: EXTRA_ and noinst_ prefixes

2011-04-08 Thread Stefano Lattarini
* tests/java-extra.test: New test, checking support for the prefix `EXTRA_' with the JAVA primary. * tests/java-noinst.test: New test, checking support for the prefix `noinst_' with the JAVA primary. * tests/Makefile.am (TESTS): Update. --- ChangeLog |9 ++ tests/Makefile.am