On Tue, 15 Dec 2020 16:11:45 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:

> The hard-coded list of modules in `make/common/Modules.gmk` has always been a 
> wart in the build system. We pride ourself on using discovery instead of 
> hard-coded list. In this case, it is not possible to do do auto-discovery, 
> since the different module sets are configured, not determined.
> 
> Thus the actual lists of module sets should move to the `make/conf` directory.
> 
> This is the first patch in a series where I will move configuration values 
> spread over the build system into the designated `make/conf` directory.

This pull request has now been integrated.

Changeset: a244b822
Author:    Magnus Ihse Bursie <i...@openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/a244b822
Stats:     393 lines in 5 files changed: 223 ins; 157 del; 13 mod

8258411: Move module set configuration from Modules.gmk to conf dir

Reviewed-by: alanb, mchung

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

PR: https://git.openjdk.java.net/jdk/pull/1781

Reply via email to