Integrated: 8347570: Configure fails on macOS if directory name do not have correct case
Magnus Ihse Bursie
ihse at openjdk.org
Mon May 26 07:43:59 UTC 2025
On Fri, 9 May 2025 14:05:36 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> If you have a directory `OpenJDK` and do `cd openjdk`, this will register the current directory as `openjdk`, not `OpenJDK`. This will later on make the check in configure to see if we are in the root directory (to determine where to put the configuration) will fail, since it does a case-sensitive comparison.
This pull request has now been integrated.
Changeset: 3dbd2d3d
Author: Magnus Ihse Bursie <ihse at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/3dbd2d3d2d554ce5a8561f1c0fa67fb176d1273d
Stats: 20 lines in 1 file changed: 15 ins; 0 del; 5 mod
8347570: Configure fails on macOS if directory name do not have correct case
Reviewed-by: erikj
-------------
PR: https://git.openjdk.org/jdk/pull/25146
More information about the build-dev
mailing list