mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
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>
|
||
|---|---|---|
| .. | ||
| data_files | ||
| abi_check.py | ||
| basic.requirements.txt | ||
| bump_version.sh | ||
| ci.requirements.txt | ||
| code_size_compare.py | ||
| common.make | ||
| config.py | ||
| driver.requirements.txt | ||
| ecp_comb_table.py | ||
| footprint.sh | ||
| framework_scripts_path.py | ||
| generate_config_checks.py | ||
| generate_errors.pl | ||
| generate_features.pl | ||
| generate_query_config.pl | ||
| legacy.make | ||
| maintainer.requirements.txt | ||
| make_generated_files.bat | ||
| massif_max.pl | ||
| memory.sh | ||
| min_requirements.py | ||
| prepare_release.sh | ||
| project_name.txt | ||
| sbom.cdx.json | ||
| tmp_ignore_makefiles.sh | ||