On Mon, 22 Sep 2025 18:41:11 GMT, Magnus Ihse Bursie <[email protected]> wrote:
> A few remaining variables in spec.gmk, like `BUILD_JDK`, is setup by > configure to include makefile variables, like `$(JDK_OUTPUTDIR)`. > > This makes reasoning about spec.gmk unnecessary complex. Instead, we should > just expose simple, resolved text strings from configure. Any remaining logic > is better expressed directly in the makefiles. > > This is part of an effort to clean up spec.gmk to not contain so much weird > stuff. Marked as reviewed by erikj (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/27435#pullrequestreview-3255297002
