mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-21 15:41:00 +00:00
Use $PWD instead of $(pwd) for consistency
Change the new baremetal all.sh tests to use $PWD rather than calling pwd again directly. Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
ca53459bed
commit
61faf665e6
@ -1435,7 +1435,7 @@ component_build_crypto_full () {
|
|||||||
component_build_crypto_baremetal () {
|
component_build_crypto_baremetal () {
|
||||||
msg "build: make, crypto only, baremetal config"
|
msg "build: make, crypto only, baremetal config"
|
||||||
scripts/config.py crypto_baremetal
|
scripts/config.py crypto_baremetal
|
||||||
make CFLAGS="-O1 -Werror -I$(pwd)/tests/include/baremetal-override/"
|
make CFLAGS="-O1 -Werror -I$PWD/tests/include/baremetal-override/"
|
||||||
are_empty_libraries library/libmbedx509.* library/libmbedtls.*
|
are_empty_libraries library/libmbedx509.* library/libmbedtls.*
|
||||||
}
|
}
|
||||||
support_build_crypto_baremetal () {
|
support_build_crypto_baremetal () {
|
||||||
@ -1445,7 +1445,7 @@ support_build_crypto_baremetal () {
|
|||||||
component_build_baremetal () {
|
component_build_baremetal () {
|
||||||
msg "build: make, baremetal config"
|
msg "build: make, baremetal config"
|
||||||
scripts/config.py baremetal
|
scripts/config.py baremetal
|
||||||
make CFLAGS="-O1 -Werror -I$(pwd)/tests/include/baremetal-override/"
|
make CFLAGS="-O1 -Werror -I$PWD/tests/include/baremetal-override/"
|
||||||
}
|
}
|
||||||
support_build_baremetal () {
|
support_build_baremetal () {
|
||||||
# Older Glibc versions include time.h from other headers such as stdlib.h,
|
# Older Glibc versions include time.h from other headers such as stdlib.h,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user