Lines Matching refs:TEMP_DIR
155 TEMP_DIR=$TMPDIR/build-mingw64-toolchain-$USER
169 --work-dir=*) TEMP_DIR=$optarg;;
237 --work-dir=<path> Specify work/build directory [$TEMP_DIR]."
288 mkdir -p $TEMP_DIR
291 rm -rf $TEMP_DIR/*
294 LOG_FILE=$TEMP_DIR/build.log
324 echo "int main() { return 0; }" > $TEMP_DIR/test-host-cc.c
325 $PROBE_CC -c $TEMP_DIR/test-host-cc.c -o $TEMP_DIR/test-host-cc.o > /dev/null
328 file $TEMP_DIR/test-host-cc.o | grep -q -e "x86[_-]64"
391 ARCHIVE_DIR=$TEMP_DIR/archive
392 SRC_DIR=$TEMP_DIR/src
393 STAMP_DIR=$TEMP_DIR/timestamps
399 INSTALL_DIR=$TEMP_DIR/install-$HOST_TAG/$TARGET_TAG
400 BUILD_DIR=$TEMP_DIR/build-$HOST_TAG
723 rm -rf $TEMP_DIR/*