RFR: 8330107: Separate out "awt" libraries from Awt2dLibraries.gmk [v3]
Erik Joelsson
erikj at openjdk.org
Wed Apr 17 12:32:43 UTC 2024
On Tue, 16 Apr 2024 10:03:27 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
>> The file to build most of the java.desktop native libraries, Awt2dLibraries.gmk, is large and unstructured, making it hard to navigate.
>>
>> I want to split it into two parts, one for the AWT libraries, and one for the 2D libraries. I also used this opportunity to change the order to be more logical (e.g. grouping "image" libraries and "font" libraries in 2D).
>
> Magnus Ihse Bursie has updated the pull request incrementally with two additional commits since the last revision:
>
> - Make the split based on the name "awt" instead, and document the reason
> - Rename 2dLibraries.gmk to ClientLibraries.gmk
This looks good to me. The split may be arbitrary from a functional point of view, but will make navigating the makefiles easier.
-------------
Marked as reviewed by erikj (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/18743#pullrequestreview-2005913700
More information about the build-dev
mailing list