mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-11 11:45:31 +00:00
Merge remote-tracking branch 'origin/pr/2664' into development
* origin/pr/2664: test: Always use `make clean` by itself
This commit is contained in:
commit
7be9b4e932
|
@ -14,12 +14,13 @@ fi
|
||||||
|
|
||||||
cp include/mbedtls/config.h include/mbedtls/config.h.bak
|
cp include/mbedtls/config.h include/mbedtls/config.h.bak
|
||||||
scripts/config.pl full
|
scripts/config.pl full
|
||||||
|
make clean
|
||||||
make_ret=
|
make_ret=
|
||||||
CFLAGS=-fno-asynchronous-unwind-tables make clean lib \
|
CFLAGS=-fno-asynchronous-unwind-tables make lib \
|
||||||
>list-symbols.make.log 2>&1 ||
|
>list-symbols.make.log 2>&1 ||
|
||||||
{
|
{
|
||||||
make_ret=$?
|
make_ret=$?
|
||||||
echo "Build failure: CFLAGS=-fno-asynchronous-unwind-tables make clean lib"
|
echo "Build failure: CFLAGS=-fno-asynchronous-unwind-tables make lib"
|
||||||
cat list-symbols.make.log >&2
|
cat list-symbols.make.log >&2
|
||||||
}
|
}
|
||||||
rm list-symbols.make.log
|
rm list-symbols.make.log
|
||||||
|
|
Loading…
Reference in a new issue