[Pal/lib] Use the right make invocation for mbedtls

'make -jN' is not respected otherwise.
This commit is contained in:
Paweł Marczewski
2020-11-13 15:19:58 +01:00
parent 8eee4a4742
commit 024f851424
+1 -1
View File
@@ -90,7 +90,7 @@ crypto/mbedtls/CMakeLists.txt: crypto/$(MBEDTLS_SRC) crypto/$(MBEDCRYPTO_SRC) cr
mv crypto/mbedtls/mbed-crypto-mbedcrypto-3.1.0 crypto/mbedtls/crypto
cd crypto/mbedtls && patch -p1 < ../mbedtls-$(MBEDTLS_VERSION).diff || exit 255
mkdir crypto/mbedtls/install
cd crypto/mbedtls && perl ./scripts/config.pl set MBEDTLS_CMAC_C && make CFLAGS="" SHARED=1 DESTDIR=install install .
cd crypto/mbedtls && perl ./scripts/config.pl set MBEDTLS_CMAC_C && $(MAKE) CFLAGS="" SHARED=1 DESTDIR=install install .
$(RM) crypto/mbedtls/include/mbedtls/config.h
$(RM) crypto/mbedtls/crypto/include/mbedtls/config.h