[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Improve declaration of dependencies in the testsuite.
From: |
Ralf Wildenhues |
Subject: |
Re: [PATCH] Improve declaration of dependencies in the testsuite. |
Date: |
Tue, 6 Jul 2010 20:47:36 +0200 |
User-agent: |
Mutt/1.5.20 (2010-04-22) |
Hi Stefano,
* Stefano Lattarini wrote on Fri, Jul 02, 2010 at 12:22:39AM CEST:
> Ralf Wildenhues wrote:
> > I wonder why I can't use
> > gmake --assume-old=defs check RECHECK_LOGS=
> > to work around this, though. Must be due to the make recursions.
> This seems to work:
> gmake --assume-old=defs AM_MAKEFLAGS='--assume-old=defs' check RECHECK_LOGS=
> A bit verbose, I agree, but it does what we want.
Great, thanks.
I think the AM_MAKEFLAGS is the way to go to avoid the bug Peter
reported with 'env VAR=... make -e check' and the CC override. With
AM_MAKEFLAGS, we should be able to not use make -e in the testsuite, or
at least a lot less often.
Cheers,
Ralf