Lines Matching refs:TMPDIR
139 touch $TMPDIR/abort
143 if [ -f $TMPDIR/abort ]; then
204 egrep -v "warning" | tee $TMPDIR/build_errs${SUFFIX} \
206 if [[ -s $TMPDIR/build_errs${SUFFIX} ]]; then
224 | tee $TMPDIR/build_warnings${SUFFIX} >> $mail_msg_file
225 if [[ -s $TMPDIR/build_warnings${SUFFIX} ]]; then
305 signing_file="${TMPDIR}/signing"
344 tee $TMPDIR/package >> $mail_msg_file
345 if [[ -s $TMPDIR/package ]]; then
414 tee $TMPDIR/lint_errs >> $mail_msg_file
415 if [[ -s $TMPDIR/lint_errs ]]; then
446 | sort | uniq | tee $TMPDIR/lint_warns >> $mail_msg_file
447 if [[ -s $TMPDIR/lint_warns ]]; then
482 egrep -v warning | tee $TMPDIR/tools_errors >> $mail_msg_file
484 if [[ -s $TMPDIR/tools_errors ]]; then
1018 TMPDIR="/tmp/nightly.tmpdir.$$"
1019 export TMPDIR
1020 rm -rf ${TMPDIR}
1021 mkdir -p $TMPDIR || exit 1
1022 chmod 777 $TMPDIR
1029 SOFTTOKEN_DIR=$TMPDIR
1111 if [ -f $TMPDIR/wsdiff.results ]; then
1112 mv $TMPDIR/wsdiff.results $LLOG
1115 if [ -f $TMPDIR/wsdiff-nd.results ]; then
1116 mv $TMPDIR/wsdiff-nd.results $LLOG
1119 if [ -f $TMPDIR/wsdiff-tools.results ]; then
1120 mv $TMPDIR/wsdiff-tools.results $LLOG
1205 rm -rf $TMPDIR
1297 mail_msg_file="${TMPDIR}/mail_msg"
1299 build_time_file="${TMPDIR}/build_time"
1300 build_environ_file="${TMPDIR}/build_environ"
1321 build_noise_file="${TMPDIR}/build_noise"
1512 tee $TMPDIR/clobber_errs >> $mail_msg_file
1514 if [[ -s $TMPDIR/clobber_errs ]]; then
1564 touch $TMPDIR/new_repository
1612 if [ ! -f $TMPDIR/new_repository ]; then
1613 HG_SOURCE=$TMPDIR/open_bundle.hg
1615 -v $BRINGOVER_WS > $TMPDIR/incoming_open.out
1630 > $TMPDIR/pull_open.out 2>&1
1633 cat $TMPDIR/pull_open.out
1634 if grep "^merging.*failed" $TMPDIR/pull_open.out > /dev/null 2>&1; then
1637 touch $TMPDIR/bringover_failed
1641 if grep "not updating" $TMPDIR/pull_open.out > /dev/null 2>&1; then
1643 >> $TMPDIR/pull_open.out 2>&1
1647 cat $TMPDIR/pull_open.out
1648 if grep "^merging.*failed" $TMPDIR/pull_open.out \
1652 touch $TMPDIR/bringover_failed
1658 cat $TMPDIR/pull_open.out
1659 if grep "^merging" $TMPDIR/pull_open.out >/dev/null 2>&1; then
1668 if [ -f $TMPDIR/new_repository ]; then
1673 cat $TMPDIR/incoming_open.out
1678 touch $TMPDIR/bringover_failed
1701 if [ -f $TMPDIR/bringover_failed ]; then
1702 rm -f $TMPDIR/bringover_failed
1760 rm -f $TMPDIR/make-state
1762 if $MAKE -K $TMPDIR/make-state -e $target 2>/dev/null; then
1765 touch $TMPDIR/nocompiler
1770 if [ -f $TMPDIR/nocompiler ]; then
1771 rm -f $TMPDIR/nocompiler
1863 tee $TMPDIR/protocmp_noise >> $mail_msg_file
1864 if [[ -s $TMPDIR/protocmp_noise ]]; then
2095 sort | uniq | tee $TMPDIR/check_errors >> $mail_msg_file
2097 if [[ -s $TMPDIR/check_errors ]]; then
2172 done 2>&1 | tee $TMPDIR/pkglint_noise >> $mail_msg_file
2173 if [[ -s $TMPDIR/pkglint_noise ]]; then
2229 cp "$1" ${TMPDIR}/unref.merge
2233 comm -12 ${TMPDIR}/unref.merge "$unreffile" > ${TMPDIR}/unref.$$
2234 mv ${TMPDIR}/unref.$$ ${TMPDIR}/unref.merge
2237 staffer cp ${TMPDIR}/unref.merge $PARENT_WS/usr/src/unrefmaster.out