RFR: 8349665: Make clean removes module-deps.gmk [v3]
Erik Joelsson
erikj at openjdk.org
Tue May 27 21:21:57 UTC 2025
On Tue, 27 May 2025 21:15:35 GMT, Magnus Ihse Bursie <ihse at 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.
>
> Magnus Ihse Bursie has updated the pull request incrementally with two additional commits since the last revision:
>
> - Fix regression of JDK-8292944
> - Update per review request
Marked as reviewed by erikj (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/24406#pullrequestreview-2872713239
More information about the build-dev
mailing list