|
From: | Philip Guenther |
Subject: | Re: [bug #42690] make unconditionally resolves the current directory |
Date: | Sat, 5 Jul 2014 16:41:34 -0700 |
{ 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 directory aliases as they are please?
This hit me when I tried to make in a directory that had a colon in the name;
[Prev in Thread] | Current Thread | [Next in Thread] |