Home
last modified time | relevance | path

Searched refs:OUT_OF_SOURCE_DIR (Results 1 – 1 of 1) sorted by relevance

/mbedtls-3.5.0/tests/scripts/
Dall.sh174 : ${OUT_OF_SOURCE_DIR:=./mbedtls_out_of_source_build}
454 --out-of-source-dir) shift; OUT_OF_SOURCE_DIR="$1";;
521 rm -rf "$OUT_OF_SOURCE_DIR"
526 if [ -d "$OUT_OF_SOURCE_DIR" ]; then
527 echo "Warning - there is an existing directory at '$OUT_OF_SOURCE_DIR'" >&2
529 echo "the script as: $0 --force --out-of-source-dir $OUT_OF_SOURCE_DIR"
4131 mkdir "$OUT_OF_SOURCE_DIR"
4132 cd "$OUT_OF_SOURCE_DIR"
4150 rm -rf "$OUT_OF_SOURCE_DIR"