mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 06:16:42 +01:00
Delete $OUT_OF_SOURCE_DIR under --force
The deletion of "$OUT_OF_SOURCE_DIR" had mistakenly been lumped together with Yotta and then removed when Yotta support was removed. Bring it back.
This commit is contained in:
parent
d1174cf015
commit
53190e6160
1 changed files with 1 additions and 0 deletions
|
|
@ -370,6 +370,7 @@ pre_parse_command_line () {
|
||||||
|
|
||||||
pre_check_git () {
|
pre_check_git () {
|
||||||
if [ $FORCE -eq 1 ]; then
|
if [ $FORCE -eq 1 ]; then
|
||||||
|
rm -rf "$OUT_OF_SOURCE_DIR"
|
||||||
git checkout-index -f -q $CONFIG_H
|
git checkout-index -f -q $CONFIG_H
|
||||||
cleanup
|
cleanup
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue