%% Martin Sebor <[EMAIL PROTECTED]> writes: ms> Paul D. Smith wrote: >> The next version of GNU make has abspath and realpath functions, too.
ms> The problem with this functionality is that it's not reliable. ms> Consider this script: ms> ( cd /tmp && mkdir foo \ ms> && cd foo && mkdir bar \ ms> && cd bar && mv /tmp/foo /tmp/foobar \ ms> && pwd && cd `pwd`) I'm not sure what you're trying to say here. The functions I'm talking about are _make_ functions, so none of the strangeness that you might encounter with the shell is relevant to those... all make functions are resolved in the context of the make program, before any shell is invoked. Am I missing something? -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
