On Thu, 3 Apr 2025 09:18:07 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> After [JDK-8292944](https://bugs.openjdk.org/browse/JDK-8292944), we only > generate module-deps.gmk once at the start of Init.gmk. This causes `make > clean <some other target>` to first generate and then remove module-deps.gmk > after which the rest of the build proceeds without a module-deps.gmk, causing > problems with dependencies. This pull request has now been integrated. Changeset: f25f4a3e Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/f25f4a3eb2f3ebba4af30471de9d35778c120d50 Stats: 22 lines in 3 files changed: 15 ins; 4 del; 3 mod 8349665: Make clean removes module-deps.gmk Reviewed-by: erikj ------------- PR: https://git.openjdk.org/jdk/pull/24406