Follow-up Comment #8, bug #57914 (project make):
Right... GNU make doesn't have any option to act like "pwd -L" does when it
manages paths.
The user could do that themselves in their makefile since they have access to
"$(PWD)". Maybe not pretty, but something like this could work:
labspath = $(patsubst $(CURDIR)/%,$(PWD)/%,$(abspath $1))
$(info labspath = $(call labspath,$(dir)))
which puts back the "$(PWD)" prefix.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?57914>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/