RFR: JDK-8257789: Fix incremental build of test-image and bundles
Magnus Ihse Bursie
ihse at openjdk.java.net
Tue Dec 8 01:40:12 UTC 2020
On Fri, 4 Dec 2020 23:01:26 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
> When building the test-bundle incrementally, it always gets rebuilt. This is caused by the prepare-test-image target in TestImage.gmk, where we create a README file as part of a recipe for a PHONY target. This means that the README is always rebuilt, which in turn triggers downstream rebuilds. This is generally a bad pattern that should be avoided.
Marked as reviewed by ihse (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/1635
More information about the build-dev
mailing list