Lines Matching refs:TEMP_DIR
88 TEMP_DIR="$(mktemp -d)"
89 echo "Created temporary directory ${TEMP_DIR}"
92 echo "Removing temporary directory ${TEMP_DIR}"
93 rm -rf "${TEMP_DIR}"
95 echo "Temporary directory is at '${TEMP_DIR}', make sure to clean it up yourself"
101 LLVM_ROOT="${TEMP_DIR}/llvm"
102 LIBCXX_BUILD_DIR="${TEMP_DIR}/libcxx-build"
103 LIBCXX_INSTALL_DIR="${TEMP_DIR}/libcxx-install"
104 LIBCXXABI_BUILD_DIR="${TEMP_DIR}/libcxxabi-build"
105 LIBCXXABI_INSTALL_DIR="${TEMP_DIR}/libcxxabi-install"
156 PREVIOUS_DYLIBS_DIR="${TEMP_DIR}/libcxx-dylibs"