On Fri, 4 Dec 2020 23:01:26 GMT, Erik Joelsson <er...@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. Looks good. ------------- Marked as reviewed by tbell (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/1635