Lines Matching refs:TMPDIR

137 			    	touch $TMPDIR/abort
141 if [ -f $TMPDIR/abort ]; then
202 egrep -v "warning" | tee $TMPDIR/build_errs${SUFFIX} \
204 if [[ -s $TMPDIR/build_errs${SUFFIX} ]]; then
222 | tee $TMPDIR/build_warnings${SUFFIX} >> $mail_msg_file
223 if [[ -s $TMPDIR/build_warnings${SUFFIX} ]]; then
303 signing_file="${TMPDIR}/signing"
342 tee $TMPDIR/package >> $mail_msg_file
343 if [[ -s $TMPDIR/package ]]; then
412 tee $TMPDIR/lint_errs >> $mail_msg_file
413 if [[ -s $TMPDIR/lint_errs ]]; then
444 | sort | uniq | tee $TMPDIR/lint_warns >> $mail_msg_file
445 if [[ -s $TMPDIR/lint_warns ]]; then
480 egrep -v warning | tee $TMPDIR/tools_errors >> $mail_msg_file
482 if [[ -s $TMPDIR/tools_errors ]]; then
1012 TMPDIR="/tmp/nightly.tmpdir.$$"
1013 export TMPDIR
1014 rm -rf ${TMPDIR}
1015 mkdir -p $TMPDIR || exit 1
1016 chmod 777 $TMPDIR
1023 SOFTTOKEN_DIR=$TMPDIR
1105 if [ -f $TMPDIR/wsdiff.results ]; then
1106 mv $TMPDIR/wsdiff.results $LLOG
1109 if [ -f $TMPDIR/wsdiff-nd.results ]; then
1110 mv $TMPDIR/wsdiff-nd.results $LLOG
1195 rm -rf $TMPDIR
1287 mail_msg_file="${TMPDIR}/mail_msg"
1289 build_time_file="${TMPDIR}/build_time"
1290 build_environ_file="${TMPDIR}/build_environ"
1311 build_noise_file="${TMPDIR}/build_noise"
1494 tee $TMPDIR/clobber_errs >> $mail_msg_file
1496 if [[ -s $TMPDIR/clobber_errs ]]; then
1545 touch $TMPDIR/new_repository
1593 if [ ! -f $TMPDIR/new_repository ]; then
1594 HG_SOURCE=$TMPDIR/open_bundle.hg
1596 -v $BRINGOVER_WS > $TMPDIR/incoming_open.out
1611 > $TMPDIR/pull_open.out 2>&1
1614 cat $TMPDIR/pull_open.out
1615 if grep "^merging.*failed" $TMPDIR/pull_open.out > /dev/null 2>&1; then
1618 touch $TMPDIR/bringover_failed
1622 if grep "not updating" $TMPDIR/pull_open.out > /dev/null 2>&1; then
1624 >> $TMPDIR/pull_open.out 2>&1
1628 cat $TMPDIR/pull_open.out
1629 if grep "^merging.*failed" $TMPDIR/pull_open.out \
1633 touch $TMPDIR/bringover_failed
1639 cat $TMPDIR/pull_open.out
1640 if grep "^merging" $TMPDIR/pull_open.out >/dev/null 2>&1; then
1649 if [ -f $TMPDIR/new_repository ]; then
1654 cat $TMPDIR/incoming_open.out
1659 touch $TMPDIR/bringover_failed
1682 if [ -f $TMPDIR/bringover_failed ]; then
1683 rm -f $TMPDIR/bringover_failed
1741 rm -f $TMPDIR/make-state
1743 if $MAKE -K $TMPDIR/make-state -e $target 2>/dev/null; then
1746 touch $TMPDIR/nocompiler
1751 if [ -f $TMPDIR/nocompiler ]; then
1752 rm -f $TMPDIR/nocompiler
1843 tee $TMPDIR/protocmp_noise >> $mail_msg_file
1844 if [[ -s $TMPDIR/protocmp_noise ]]; then
2075 sort | uniq | tee $TMPDIR/check_errors >> $mail_msg_file
2077 if [[ -s $TMPDIR/check_errors ]]; then
2189 cp "$1" ${TMPDIR}/unref.merge
2193 comm -12 ${TMPDIR}/unref.merge "$unreffile" > ${TMPDIR}/unref.$$
2194 mv ${TMPDIR}/unref.$$ ${TMPDIR}/unref.merge
2197 staffer cp ${TMPDIR}/unref.merge $PARENT_WS/usr/src/unrefmaster.out