[bug #42690] make unconditionally resolves the current directory

2014-07-05 Thread anonymous
URL: Summary: make unconditionally resolves the current directory Project: make Submitted by: None Submitted on: Sat 05 Jul 2014 07:57:46 PM UTC Severity: 3 - Normal Item

[bug #42690] make unconditionally resolves the current directory

2014-07-05 Thread Christopher Yeleighton
Follow-up Comment #1, bug #42690 (project make): ___ Reply to this item at: ___ Message sent via/by Savannah http://savannah.gnu.org/

Re: [bug #42690] make unconditionally resolves the current directory

2014-07-05 Thread Philip Guenther
On Sat, Jul 5, 2014 at 12:57 PM, anonymous wrote: > { cd /tmp && mkdir a && ln -sT a b && cd b && make -w; } > > make: Entering directory `/tmp/a' > > Why not /tmp/b? Is there an option to prevent this resolution? > I understand that relative path names must be resolved; > but could you leave di