Pengyu Lv b902851840 Fix the commands to build library
In `scripts/common.make`, used by `tests/Makefile` and `programs/Makefile`,
we have the following rules to build the library:

  ```
  $(MBEDLIBS):
      $(MAKE) -C ../library
  ```

$(MBEDLIBS) contains three library files but the command is for all
the 3 files instead of single target generation. This would cause a
race when doing parallel build. This commit fixes command so that
the recipe could generate a single library file.

Fix https://github.com/Mbed-TLS/mbedtls/issues/8229

Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
Signed-off-by: Gilles Peskine <gilles.peskine@arm.com>
2025-12-04 16:53:37 +01:00
..
data_files
abi_check.py Fix comment too long for pylint 2025-09-29 14:24:25 +02:00
basic.requirements.txt
bump_version.sh
ci.requirements.txt Restrict CI-specific python requirements to Linux 2025-07-16 15:13:14 +02:00
code_size_compare.py
common.make Fix the commands to build library 2025-12-04 16:53:37 +01:00
config.pl
config.py Create configuration option to bypass the mbedtls_ssl_set_hostname check 2025-02-13 21:47:26 +01:00
driver.requirements.txt
ecc-heap.sh
ecp_comb_table.py
footprint.sh
framework_scripts_path.py
generate_driver_wrappers.py
generate_errors.pl
generate_features.pl
generate_psa_constants.py
generate_query_config.pl
generate_visualc_files.pl Update paths for moved programs in generate_visualc_files.pl 2025-02-20 14:51:26 +00:00
maintainer.requirements.txt
make_generated_files.bat cmake: Generate test_keys.h and test_certs.h in the build tree 2025-03-25 09:49:22 +01:00
massif_max.pl
memory.sh
min_requirements.py
prepare_release.sh prepare_release.sh: Updated regex syntax 2025-11-04 10:40:58 +00:00
project_name.txt
tmp_ignore_makefiles.sh