Searched refs:TMPDIR (Results 1 - 24 of 24) sorted by relevance

/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dtex3patch30 if [ -z "$TMPDIR" ]; then
31 TMPDIR=/tmp
36 ( cd $TMPDIR; tex '\relax \batchmode \font\foo=dummy \bye' )
38 grep -s '3.0' $TMPDIR/texput.log
47 grep -s 'file not found' $TMPDIR/texput.log
55 rm $TMPDIR/texput.log
60 $dir/texinfo.tex >$TMPDIR/texinfo.tex
61 mv $dir/texinfo.tex $dir/texinfo.tex-distrib; mv $TMPDIR/texinfo.tex $dir
H A Dfixfonts30 test "z${TMPDIR}" = "z" && TMPDIR="/tmp"
32 tempfile="${TMPDIR}/circ$$"
33 tempfile2="${TMPDIR}/circ2$$"
H A Dupdate-info28 if test -z "$TMPDIR"; then
29 TMPDIR="/usr/tmp"
32 TMP_SED="$TMPDIR/uss$$.info"
33 TMP_F_ADD_SECTION="$TMPDIR/ufa$$.info"
34 TMP_F_DELETE_INVALID="$TMPDIR/ufd$$.info"
35 TMP_F_INSERT_MISSING="$TMPDIR/ufi$$.info"
110 if test -z "$TMPDIR"; then
111 TMPDIR="/usr/tmp"
140 TMP_ITEM="${TMPDIR}/ui${$}.info"
141 TMP_LIST="${TMPDIR}/u
[all...]
H A Dtexi2dvi167 tmp_dir=${TMPDIR-/tmp}/txi2d.$$
/haiku-buildtools/legacy/binutils/binutils/
H A Dsanity.sh32 TMPDIR=./binutils-$$
33 mkdir ${TMPDIR}
35 cp ${BIN}/strip ${TMPDIR}/strip
38 cp ${BIN}/$i ${TMPDIR}/$i
39 ${BIN}/strip ${TMPDIR}/$i
40 cp ${BIN}/$i ${TMPDIR}/$i
41 ${TMPDIR}/strip ${TMPDIR}/$i
48 rm -rf ${TMPDIR}
/haiku-buildtools/binutils/binutils/
H A Dsanity.sh49 TMPDIR=./binutils-$$
50 mkdir ${TMPDIR}
52 cp ${BIN}/strip ${TMPDIR}/strip
55 cp ${BIN}/$i ${TMPDIR}/$i
56 ${BIN}/strip ${TMPDIR}/$i
57 cp ${BIN}/$i ${TMPDIR}/$i
58 ${TMPDIR}/strip ${TMPDIR}/$i
65 rm -rf ${TMPDIR}
/haiku-buildtools/legacy/gcc/texinfo/emacs/
H A Delisp-comp4 setpath=${TMPDIR-/tmp}/elc.$$
/haiku-buildtools/legacy/autoconf/
H A Dautoconf.sh47 : ${TMPDIR=/tmp}
48 tmpout=${TMPDIR}/acout.$$
100 tmpin=${TMPDIR}/acin.$$ # Always set this, to avoid bogus errors from some rm's.
H A Dautoheader.sh197 (fgrep_tmp=${TMPDIR-/tmp}/autoh$$
/haiku-buildtools/gcc/contrib/
H A Ddg-extract-results.sh86 TMPDIR=${TMPDIR-/tmp}
93 TMP=`(umask 077 && mktemp -d -q "${TMPDIR}/dg-combine-results-$$-XXXXXX") 2>/dev/null` &&
97 TMP=${TMPDIR}/dg-combine-results-$$-$RANDOM
/haiku-buildtools/autoconf/build-aux/
H A Dinstall-sh335 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
/haiku-buildtools/cloog/osl/autoconf/
H A Dinstall-sh348 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
/haiku-buildtools/cloog/autoconf/
H A Dinstall-sh348 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
/haiku-buildtools/gcc/mpc/
H A Dinstall-sh348 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
/haiku-buildtools/gcc/mpfr/
H A Dinstall-sh348 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
/haiku-buildtools/isl/
H A Dinstall-sh348 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
H A Dltmain.sh784 _G_template=${TMPDIR-/tmp}/${1-$progname}
/haiku-buildtools/binutils/
H A Dinstall-sh327 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
/haiku-buildtools/gcc/
H A Dinstall-sh327 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
/haiku-buildtools/legacy/gcc/
H A Dconfigure355 TMPDIR=$optarg
503 echo ' --tmpdir=TMPDIR create temporary files in TMPDIR [/tmp]'
652 case "${TMPDIR}" in
653 "") TMPDIR=/tmp ; export TMPDIR ;;
658 tmpfile=${TMPDIR}/cONf$$
/haiku-buildtools/autoconf/lib/Autom4te/
H A DGeneral.pm299 my $TMPDIR = $ENV{'TMPDIR'} || '/tmp';
303 mktemp -d "$TMPDIR/${signature}XXXXXX") 2>/dev/null`;
308 $tmp = "$TMPDIR/$signature" . int (rand 10000) . ".$$";
/haiku-buildtools/legacy/binutils/
H A Dltmain.sh4827 test -n "$TMPDIR" && tmpdir="$TMPDIR"
/haiku-buildtools/libtool/libltdl/
H A Dltmain.sh5801 test -n "$TMPDIR" && tmpdir="$TMPDIR"
/haiku-buildtools/libtool/
H A Dltmain.sh5801 test -n "$TMPDIR" && tmpdir="$TMPDIR"

Completed in 190 milliseconds