[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: patch realpath on aix
From: |
Paul Smith |
Subject: |
Re: patch realpath on aix |
Date: |
Mon, 23 Sep 2019 00:36:45 -0400 |
User-agent: |
Evolution 3.32.1-2 |
On Fri, 2019-09-13 at 21:42 -0400, Dmitry Goncharov via Bug reports and
discussion for GNU make wrote:
> aix implementation of realpath returns a path with a trailing slash
> given a path with 2 or more trailing slashes. This makes realpath test
> fail.
I changed the realpath function to remove trailing slashes on AIX.
There's a gnulib version of realpath that will fix this; after this
release I will probably make an attempt to pull in more of the gnulib
portability versions at which time this extra code can go.