Lines Matching refs:TMPDIR
138 touch $TMPDIR/abort
142 if [ -f $TMPDIR/abort ]; then
203 egrep -v "warning" | tee $TMPDIR/build_errs${SUFFIX} \
205 if [[ -s $TMPDIR/build_errs${SUFFIX} ]]; then
223 | tee $TMPDIR/build_warnings${SUFFIX} >> $mail_msg_file
224 if [[ -s $TMPDIR/build_warnings${SUFFIX} ]]; then
304 signing_file="${TMPDIR}/signing"
343 tee $TMPDIR/package >> $mail_msg_file
344 if [[ -s $TMPDIR/package ]]; then
413 tee $TMPDIR/lint_errs >> $mail_msg_file
414 if [[ -s $TMPDIR/lint_errs ]]; then
445 | sort | uniq | tee $TMPDIR/lint_warns >> $mail_msg_file
446 if [[ -s $TMPDIR/lint_warns ]]; then
481 egrep -v warning | tee $TMPDIR/tools_errors >> $mail_msg_file
483 if [[ -s $TMPDIR/tools_errors ]]; then
1010 TMPDIR="/tmp/nightly.tmpdir.$$"
1011 export TMPDIR
1012 rm -rf ${TMPDIR}
1013 mkdir -p $TMPDIR || exit 1
1014 chmod 777 $TMPDIR
1021 SOFTTOKEN_DIR=$TMPDIR
1103 if [ -f $TMPDIR/wsdiff.results ]; then
1104 mv $TMPDIR/wsdiff.results $LLOG
1107 if [ -f $TMPDIR/wsdiff-nd.results ]; then
1108 mv $TMPDIR/wsdiff-nd.results $LLOG
1111 if [ -f $TMPDIR/wsdiff-tools.results ]; then
1112 mv $TMPDIR/wsdiff-tools.results $LLOG
1197 rm -rf $TMPDIR
1289 mail_msg_file="${TMPDIR}/mail_msg"
1291 build_time_file="${TMPDIR}/build_time"
1292 build_environ_file="${TMPDIR}/build_environ"
1313 build_noise_file="${TMPDIR}/build_noise"
1504 tee $TMPDIR/clobber_errs >> $mail_msg_file
1506 if [[ -s $TMPDIR/clobber_errs ]]; then
1555 touch $TMPDIR/new_repository
1603 if [ ! -f $TMPDIR/new_repository ]; then
1604 HG_SOURCE=$TMPDIR/open_bundle.hg
1606 -v $BRINGOVER_WS > $TMPDIR/incoming_open.out
1621 > $TMPDIR/pull_open.out 2>&1
1624 cat $TMPDIR/pull_open.out
1625 if grep "^merging.*failed" $TMPDIR/pull_open.out > /dev/null 2>&1; then
1628 touch $TMPDIR/bringover_failed
1632 if grep "not updating" $TMPDIR/pull_open.out > /dev/null 2>&1; then
1634 >> $TMPDIR/pull_open.out 2>&1
1638 cat $TMPDIR/pull_open.out
1639 if grep "^merging.*failed" $TMPDIR/pull_open.out \
1643 touch $TMPDIR/bringover_failed
1649 cat $TMPDIR/pull_open.out
1650 if grep "^merging" $TMPDIR/pull_open.out >/dev/null 2>&1; then
1659 if [ -f $TMPDIR/new_repository ]; then
1664 cat $TMPDIR/incoming_open.out
1669 touch $TMPDIR/bringover_failed
1692 if [ -f $TMPDIR/bringover_failed ]; then
1693 rm -f $TMPDIR/bringover_failed
1751 rm -f $TMPDIR/make-state
1753 if $MAKE -K $TMPDIR/make-state -e $target 2>/dev/null; then
1756 touch $TMPDIR/nocompiler
1761 if [ -f $TMPDIR/nocompiler ]; then
1762 rm -f $TMPDIR/nocompiler
1854 tee $TMPDIR/protocmp_noise >> $mail_msg_file
1855 if [[ -s $TMPDIR/protocmp_noise ]]; then
2086 sort | uniq | tee $TMPDIR/check_errors >> $mail_msg_file
2088 if [[ -s $TMPDIR/check_errors ]]; then
2204 cp "$1" ${TMPDIR}/unref.merge
2208 comm -12 ${TMPDIR}/unref.merge "$unreffile" > ${TMPDIR}/unref.$$
2209 mv ${TMPDIR}/unref.$$ ${TMPDIR}/unref.merge
2212 staffer cp ${TMPDIR}/unref.merge $PARENT_WS/usr/src/unrefmaster.out