RFR: 8278080: Add --with-cacerts-src='user cacerts folder' to enable deterministic cacerts generation [v2]
Andrew Leonard
aleonard at openjdk.java.net
Thu Dec 2 18:07:16 UTC 2021
On Thu, 2 Dec 2021 17:48:04 GMT, Andrew Leonard <aleonard at openjdk.org> wrote:
>> you make a valid point, but i've tested this numerous times, but let me check again
>
> my assumption was the recipe gets resolved later
this was my understanding: https://www.gnu.org/software/make/manual/html_node/Variables-in-Recipes.html
This occurs after make has finished reading all the makefiles and the target is determined to be out of date; so, the recipes for targets which are not rebuilt are never expanded.
but i'm going to double check I was checking the resultant cacerts correctly in my tests
-------------
PR: https://git.openjdk.java.net/jdk/pull/6647
More information about the core-libs-dev
mailing list