[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: |
Alexandre Duret-Lutz |
Subject: |
Re: what is this shell call trying to solve? |
Date: |
Wed, 23 Jan 2002 09:56:31 +0100 |
User-agent: |
Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-debian-linux-gnu) |
>>> "Raja" == Raja R Harinath <address@hidden> writes:
Raja> But, we're talking about suffix rules like
Raja> [ ... ]
Raja> $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
Tom> I think that is probably a bug. I can't think of why we'd be doing
Tom> that intentionally. Can you? Akim, do you know?
Raja> IIRC, it was added by Alexandre Oliva. The only reason I can think
Raja> of is a really really broken VPATH implementation: one that fails to
Raja> attach to the source filename the VPATH component it found the source in.
The patch was submitted by Gordon Matzigkeit:
http://sources.redhat.com/ml/bug-automake/2000/msg00038.html
At this time, there were no explicit rules, only suffix rules.
So indeed this must fix something related to bad VPATH handling.
--
Alexandre Duret-Lutz
- 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, 2002/01/22
- 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 <=
- 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