mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Fix bashisms in test scripts
This commit is contained in:
parent
b1c1251a41
commit
9afdc83d77
4 changed files with 7 additions and 7 deletions
|
|
@ -12,10 +12,10 @@ if grep -i cmake Makefile >/dev/null; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
cp include/mbedtls/config.h{,.bak}
|
||||
cp include/mbedtls/config.h include/mbedtls/config.h.bak
|
||||
scripts/config.pl full
|
||||
CFLAGS=-fno-asynchronous-unwind-tables make clean lib >/dev/null 2>&1
|
||||
mv include/mbedtls/config.h{.bak,}
|
||||
mv include/mbedtls/config.h.bak include/mbedtls/config.h
|
||||
nm -gUj library/libmbedtls.a 2>/dev/null | sed -n -e 's/^_//p' | sort > exported-symbols
|
||||
make clean
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue