Withdrawn: 8294549: configure script should detect unsupported path
duke
duke at openjdk.org
Sun Mar 26 17:40:43 UTC 2023
On Thu, 29 Sep 2022 00:09:37 GMT, Mike Duigou <mduigou at 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.
>
> Includes some idiom modernization and shell scripting best practices changes.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/10477
More information about the build-dev
mailing list