[bug #42690] make unconditionally resolves the current directory

2014-07-06 Thread Paul D. Smith
Update of bug #42690 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Follow-up Comment #2: The problem is make

[bug #42690] make unconditionally resolves the current directory

2014-07-05 Thread anonymous
URL: http://savannah.gnu.org/bugs/?42690 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: http://savannah.gnu.org/bugs/?42690 ___ 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 invalid.nore...@gnu.org 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