On Thu, 23 Nov 2023 15:08:42 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:

> The OpenJDK build system does not support building when the source code 
> resides on a path that contains a space. This requirement is documented in 
> the build instructions but not enforced by the configure script.
> 
> This change adds an explicit checks to the wrapper `configure` script that 
> fail the build if the source code to be built is located in a directory who's 
> path contains a space character or the build path cannot be determined. 
> 
> This is a revival of the old patch in 
> https://github.com/openjdk/jdk/pull/10477, created in collaboration between 
> by @bondolo and myself.

This pull request has now been integrated.

Changeset: a006d7ea
Author:    Magnus Ihse Bursie <i...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/a006d7eae02772e9c25dd69a5ac5c7fc612a2f54
Stats:     15 lines in 2 files changed: 10 ins; 0 del; 5 mod

8294549: configure script should detect unsupported path

Co-authored-by: Mike Duigou <mdui...@openjdk.org>
Reviewed-by: erikj

-------------

PR: https://git.openjdk.org/jdk/pull/16798

Reply via email to