On Mon, 20 Oct 2025 13:25:10 GMT, Erik Joelsson <[email protected]> wrote:
> I do not like the idea of such a make target. Make targets should be > idempotent, not cause circular rebuilds and not be dependent on ordering. A > target performing this kind of action would most likely break one or more of > those aspects. This make target would most likely very seldom used by developers; in in case of our internal build/deploy/test pipelines where we might use it, we always build scratch, so it would not be a big issue there. But I understand your general concerns; maybe it is better to go the way David suggested, and have more control by configure what do to exactly. ------------- PR Comment: https://git.openjdk.org/jdk/pull/24012#issuecomment-3432516995
