Lines Matching refs:TEMP_DIR
156 TEMP_DIR=/tmp/build-mingw64-toolchain-$USER
170 --work-dir=*) TEMP_DIR=$optarg;;
238 --work-dir=<path> Specify work/build directory [$TEMP_DIR]."
289 mkdir -p $TEMP_DIR
292 rm -rf $TEMP_DIR/*
295 LOG_FILE=$TEMP_DIR/build.log
325 echo "int main() { return 0; }" > $TEMP_DIR/test-host-cc.c
326 $PROBE_CC -c $TEMP_DIR/test-host-cc.c -o $TEMP_DIR/test-host-cc.o > /dev/null
329 file $TEMP_DIR/test-host-cc.o | grep -q -e "x86[_-]64"
402 ARCHIVE_DIR=$TEMP_DIR/archive
403 SRC_DIR=$TEMP_DIR/src
404 STAMP_DIR=$TEMP_DIR/timestamps
410 INSTALL_DIR=$TEMP_DIR/install-$HOST_TAG/$TARGET_TAG
411 BUILD_DIR=$TEMP_DIR/build-$HOST_TAG
762 rm -rf $TEMP_DIR/*