[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: what is this shell call trying to solve?
From: |
Raja R Harinath |
Subject: |
Re: what is this shell call trying to solve? |
Date: |
Tue, 22 Jan 2002 14:59:26 -0600 |
User-agent: |
Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu) |
Hi,
Tom Tromey <address@hidden> writes:
>>>>>> "Hari" == Raja R Harinath <address@hidden> writes:
>
> Tom> For explicit rules (not suffix rules), there are some macros like
> Tom> $< that we can't use.
>
> Hari> But, we're talking about suffix rules like
> Hari> [ ... ]
> Hari> $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
>
> I think that is probably a bug. I can't think of why we'd be doing
> that intentionally. Can you? Akim, do you know?
IIRC, it was added by Alexandre Oliva. The only reason I can think
of is a really really broken VPATH implementation: one that fails to
attach to the source filename the VPATH component it found the source in.
- Hari
--
Raja R Harinath ------------------------------ address@hidden
"When all else fails, read the instructions." -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing." -- Roy L Ash
- what is this shell call trying to solve?, Phil Edwards, 2002/01/22
- Re: what is this shell call trying to solve?, Raja R Harinath, 2002/01/22
- Re: what is this shell call trying to solve?, Tom Tromey, 2002/01/22
- Re: what is this shell call trying to solve?, Alexandre Duret-Lutz, 2002/01/22
- Re: what is this shell call trying to solve?, Raja R Harinath, 2002/01/22
- Re: what is this shell call trying to solve?, Tom Tromey, 2002/01/22
- Re: what is this shell call trying to solve?,
Raja R Harinath <=
- Re: what is this shell call trying to solve?, Robert Collins, 2002/01/22
- Re: what is this shell call trying to solve?, Lars J. Aas, 2002/01/23
- Re: what is this shell call trying to solve?, Alexandre Duret-Lutz, 2002/01/23
- Re: what is this shell call trying to solve?, Gordon Matzigkeit, 2002/01/23
- Re: what is this shell call trying to solve?, Akim Demaille, 2002/01/23