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