Integrated: 8348387: Add fixpath if needed for user-supplied tools
Magnus Ihse Bursie
ihse at openjdk.org
Thu Jan 23 14:54:55 UTC 2025
On Thu, 23 Jan 2025 10:02:32 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> When discovering tools, configure checks if it is a program that can handle unix-style paths or not. If it isn't, a fixpath prefix is automatically added.
>
> But when the user supplies a tool like `configure FOO=foo.exe`, this does not happen. If that tool does not understand unix-style paths, then it will fail, and there is no easy way for the user to fix this.
>
> Instead, we should apply the fixpath check also to user-supplied tools.
This pull request has now been integrated.
Changeset: cba0f786
Author: Magnus Ihse Bursie <ihse at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/cba0f786fc65a5bfbc6e921efd1f191b63b30ba5
Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
8348387: Add fixpath if needed for user-supplied tools
Reviewed-by: erikj
-------------
PR: https://git.openjdk.org/jdk/pull/23257
More information about the build-dev
mailing list