1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge branch 'mbedtls-2.28' into buffer-sharing-merge-2.28

This commit is contained in:
David Horstmann
2024-03-11 16:28:50 +00:00
30 changed files with 578 additions and 81 deletions

View File

@@ -168,7 +168,7 @@ sub gen_app {
}
sub get_app_list {
my $app_list = `cd $programs_dir && make list`;
my $app_list = `cd $programs_dir && VERBOSE_LOGS=1 make list`;
die "make list failed: $!\n" if $?;
return split /\s+/, $app_list;