RFR: 8303485: Replacing os.name for operating system customization

Mandy Chung mchung at openjdk.org
Thu Mar 9 17:10:27 UTC 2023


On Thu, 9 Mar 2023 17:03:05 GMT, Mandy Chung <mchung at openjdk.org> wrote:

>> The symbol has to match the build usage of OPENJDK_TARGET_OS, not the name.
>
> The one in the template file is independent to the build variables.

> I would argue that we should keep the replacement string matching the make variable its getting the value from. It makes it easier to trace the origin of the value.

Then we can define a new make variable that will also allow it be a different value than `OPENJDK_TARGET_OS` if desirable.

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

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



More information about the build-dev mailing list