[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Failure in test silent5.test with heirloom make
From: |
Ralf Wildenhues |
Subject: |
Re: Failure in test silent5.test with heirloom make |
Date: |
Tue, 20 Apr 2010 23:35:29 +0200 |
User-agent: |
Mutt/1.5.20 (2009-10-28) |
* Ralf Wildenhues wrote on Tue, Apr 20, 2010 at 11:25:41PM CEST:
> I'm guessing this has to do with chains of inference rules not being
> detected or so.
Yeah, the make has a .l.o rule that triggers before our .l.c and .c.o
rule chains.
I guess this could be worked around by adding explicit rules (at least
that's what SUSv3 recommends), maybe explicit dependencies without rules
suffice. I'm not sure we should spend time on this old make, though.
Cheers,
Ralf