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 17:50:15 UTC 2021
On Thu, 2 Dec 2021 17:46:35 GMT, Andrew Leonard <aleonard at openjdk.org> wrote:
>> I would have expected to see something like:
>>
>> ifneq ($(CACERTS_SRC), )
>> GENDATA_CACERTS_SRC := $(CACERTS_SRC)
>> else
>> GENDATA_CACERTS_SRC := $(TOPDIR)/make/data/cacerts/
>> endif
>>
>> at line 63.
>
> 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
-------------
PR: https://git.openjdk.java.net/jdk/pull/6647
More information about the security-dev
mailing list