RFR: 8253000: Remove redundant MAKE_SUBDIR argument
Erik Joelsson
erikj at openjdk.java.net
Fri Sep 18 12:45:22 UTC 2020
On Fri, 18 Sep 2020 11:37:06 GMT, Adam Farley <afarley at openjdk.org> wrote:
> As part of JDK-8244044, MAKE_SUBDIR is no longer used in DeclareRecipesForPhase inside MakeSupport.gmk.
>
> Therefore, it seems sensible to modify the instances where this is passed to DeclareRecipesForPhase, and to remove
> references to it from the associated MakeSupport.gmk comment.
> Bug: https://bugs.openjdk.java.net/browse/JDK-8253000
Looks good, thanks for cleaning this up!
-------------
Marked as reviewed by erikj (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/249
More information about the build-dev
mailing list