RFR: 8296478: Rework 8282948 and 8282700 to use the new autoconf UTIL_ARG_WITH [v2]
Julian Waters
jwaters at openjdk.org
Tue Nov 15 14:53:59 UTC 2022
On Tue, 15 Nov 2022 14:06:35 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
> I think this looks good. I'm assuming you have manually tried the options and inspected the resulting spec.gmk thoroughly.
Yep, but for completion's sake I re-ran configure again for a fresh spec.gmk:
COPYRIGHT_YEAR:=2022
HOTSPOT_BUILD_TIME:=2022-11-10T08:57:48Z
# Platform naming variables
LAUNCHER_NAME:=openjdk
PRODUCT_NAME:=OpenJDK
PRODUCT_SUFFIX:=Runtime Environment
JDK_RC_PLATFORM_NAME:=Platform
JDK_RC_NAME:=OpenJDK Platform
COMPANY_NAME:=N/A
HOTSPOT_VM_DISTRO:=OpenJDK
MACOSX_BUNDLE_NAME_BASE=OpenJDK
MACOSX_BUNDLE_ID_BASE=net.java.openjdk-internal
MACOSX_BUNDLE_BUILD_VERSION=0
USERNAME:=vertig0
VENDOR_URL:=https://openjdk.org/
VENDOR_URL_BUG:=https://bugreport.java.com/bugreport/
VENDOR_URL_VM_BUG:=https://bugreport.java.com/bugreport/crash.jsp
The offending COMPANY_NAME option is still getting on my nerves though :/
-------------
PR: https://git.openjdk.org/jdk/pull/11020
More information about the build-dev
mailing list