Incidentally, shouldn't we emulate realpath's failures in
func_realpath on systems that don't have realpath?  AFAIK, realpath
fails if the file does not exist, so perhaps we should stat the result
of abspath on such systems and return an NULL if it fails.

WDYT?


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to