On Mon, 17 Mar 2025 13:14:44 GMT, Erik Joelsson <er...@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