On Mon, 17 Mar 2025 13:11:14 GMT, Joachim Kern <jk...@openjdk.org> wrote:

>> Thanks Eric, this might help with the command, but my problem is the 
>> dependency. The rules to generate the export files is not called, because in 
>> the build output I cannot find any line 'Generating export list for static 
>> libs'. Can you help out here too?
>
> 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.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24062#discussion_r1998708773

Reply via email to