Paul D. Smith wrote:
The next version of GNU make has abspath and realpath functions, too.


The problem with this functionality is that it's not reliable.
Consider this script:

(   cd /tmp && mkdir foo \
 && cd foo && mkdir bar \
 && cd bar && mv /tmp/foo /tmp/foobar \
 && pwd && cd `pwd`)

Martin


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to