On Thu, 2 Dec 2021 17:48:04 GMT, Andrew Leonard <aleon...@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

Reply via email to