1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-09 14:01:18 +03:00
Files
mbedtls/scripts
Pengyu Lv 8b364c7436 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 17:07:05 +01:00
..
2025-07-26 00:23:05 +02:00
2025-09-29 14:25:12 +02:00
2025-12-04 17:07:05 +01:00
2023-11-02 19:47:20 +00:00
2025-10-31 14:18:05 +00:00
2023-11-02 19:47:20 +00:00
2025-09-24 12:39:29 +02:00
2024-05-30 09:27:27 +01:00
2023-11-02 19:47:20 +00:00