RFR: 8352064: AIX: now also able to build static-jdk image with a statically linked launcher
Joachim Kern
jkern at openjdk.org
Mon Mar 17 15:03:52 UTC 2025
On Mon, 17 Mar 2025 13:14:44 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
>> The problem seems to be that `$(generate_export_list)` is empty and I do not know why.
>
> Looks like this variable is misspelled (missing "S").
>
> DEPS := $(STATIC_LIB_FILE), \
>
> Also note that by default log level INFO is not printed. You would need to run the build with `make LOG=info` to see the message.
Ups, thank you for giving me the 'S'. But nevertheless if I make with
`make all LOG=info` an `$(info generate_export_list: $(generate_export_list))` still shows an empty list
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24062#discussion_r1998959519
More information about the core-libs-dev
mailing list