From: Eli Zaretskii Date: Sat, 4 Jul 2009 11:34:32 +0000 (+0000) Subject: function.c (func_realpath) [!HAVE_REALPATH]: Require the file to X-Git-Tag: 3.82~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=139c28ae6966b84e4c30898829a2202c6f3e0a3e;p=platform%2Fupstream%2Fmake.git function.c (func_realpath) [!HAVE_REALPATH]: Require the file to exist, as realpath(3) does where it's supported. --- diff --git a/ChangeLog b/ChangeLog index ebf241b..f505073 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,14 @@ +2009-07-04 Eli Zaretskii + + * function.c (func_realpath) [!HAVE_REALPATH]: Require the file to + exist, as realpath(3) does where it's supported. + 2006-07-04 Eli Zaretskii * function.c (IS_ABSOLUTE, ROOT_LEN): New macros. (abspath): Support systems that define HAVE_DOS_PATHS (have drive letters in their file names). Use IS_PATHSEP instead of a - literal '/' comparison. + literal '/' comparison. Fixes Savannah bug #26886. 2009-06-14 Paul Smith