mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-27 23:06:53 +00:00
function.c (func_realpath) [!HAVE_REALPATH]: Require the file to
exist, as realpath(3) does where it's supported.
This commit is contained in:
parent
e8fd23cc83
commit
139c28ae69
1 changed files with 6 additions and 1 deletions
|
@ -1,9 +1,14 @@
|
|||
2009-07-04 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* function.c (func_realpath) [!HAVE_REALPATH]: Require the file to
|
||||
exist, as realpath(3) does where it's supported.
|
||||
|
||||
2006-07-04 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* 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 <psmith@gnu.org>
|
||||
|
||||
|
|
Loading…
Reference in a new issue