On Thu, 30 Mar 2023 11:49:24 GMT, Jaikiran Pai <j...@openjdk.org> wrote:

>> make/modules/jdk.net/Lib.gmk line 30:
>> 
>>> 28: 
>>> ################################################################################
>>> 29: 
>>> 30: ifeq ($(call isTargetOs, linux macosx windows aix), true)
>> 
>> Hello Varada, I'm not too familiar with these build files, but would this 
>> change also require a `LIBS_aix := <relevant libs>` entry in this `eval` 
>> block?
>
> Please update the copyright year on this file to `2016, 2023, `

AIX should be covered by `LIBS_unix := -ljava` as long as that's the only lib 
it needs.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/13240#discussion_r1153203665

Reply via email to