Re: RFR: 8347570: Configure fails on macOS if directory name do not have correct case [v2]

2025-05-09 Thread Erik Joelsson
On Fri, 9 May 2025 17:45:36 GMT, Magnus Ihse Bursie 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 >

Re: RFR: 8347570: Configure fails on macOS if directory name do not have correct case

2025-05-09 Thread Magnus Ihse Bursie
On Fri, 9 May 2025 14:05:36 GMT, Magnus Ihse Bursie 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

Re: RFR: 8347570: Configure fails on macOS if directory name do not have correct case [v2]

2025-05-09 Thread Magnus Ihse Bursie
> 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

RFR: 8347570: Configure fails on macOS if directory name do not have correct case

2025-05-09 Thread Magnus Ihse Bursie
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-sensiti