Lines Matching refs:TMPDIR

134 				touch $TMPDIR/abort
138 if [ -f $TMPDIR/abort ]; then
200 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
301 signing_file="${TMPDIR}/signing"
341 tee $TMPDIR/package >> $mail_msg_file
342 if [[ -s $TMPDIR/package ]]; then
369 rm -f $TMPDIR/make-state ${TOOLS}/$INSTALLOG.out
371 /bin/time $MAKE -K $TMPDIR/make-state -e TARGET=install bootstrap \
379 egrep -v warning | tee $TMPDIR/bootstrap_errors >> $mail_msg_file
381 [[ -s $TMPDIR/bootstrap_errors ]] && return 1
411 egrep -v warning | tee $TMPDIR/tools_errors >> $mail_msg_file
413 if [[ -s $TMPDIR/tools_errors ]]; then
895 TMPDIR="/tmp/nightly.tmpdir.$$"
896 export TMPDIR
897 rm -rf ${TMPDIR}
898 mkdir -p $TMPDIR || exit 1
899 chmod 777 $TMPDIR
1075 if [ -f $TMPDIR/wsdiff.results ]; then
1076 mv $TMPDIR/wsdiff.results $LLOG
1079 if [ -f $TMPDIR/wsdiff-nd.results ]; then
1080 mv $TMPDIR/wsdiff-nd.results $LLOG
1167 rm -rf $TMPDIR
1258 mail_msg_file="${TMPDIR}/mail_msg"
1260 build_time_file="${TMPDIR}/build_time"
1261 build_environ_file="${TMPDIR}/build_environ"
1282 build_noise_file="${TMPDIR}/build_noise"
1382 tee $TMPDIR/clobber_errs >> $mail_msg_file
1384 if [[ -s $TMPDIR/clobber_errs ]]; then
1434 touch $TMPDIR/bringover_failed
1439 touch $TMPDIR/bringover_failed
1448 >$TMPDIR/bringover.out 2>&1
1451 cat $TMPDIR/bringover.out
1452 touch $TMPDIR/bringover_failed
1471 touch $TMPDIR/new_repository
1519 if [ ! -f $TMPDIR/new_repository ]; then
1520 HG_SOURCE=$TMPDIR/open_bundle.hg
1522 -v $BRINGOVER_WS > $TMPDIR/incoming_open.out
1537 > $TMPDIR/pull_open.out 2>&1
1540 cat $TMPDIR/pull_open.out
1541 if grep "^merging.*failed" $TMPDIR/pull_open.out > /dev/null 2>&1; then
1544 touch $TMPDIR/bringover_failed
1548 if grep "not updating" $TMPDIR/pull_open.out > /dev/null 2>&1; then
1550 >> $TMPDIR/pull_open.out 2>&1
1554 cat $TMPDIR/pull_open.out
1555 if grep "^merging.*failed" $TMPDIR/pull_open.out \
1559 touch $TMPDIR/bringover_failed
1565 cat $TMPDIR/pull_open.out
1566 if grep "^merging" $TMPDIR/pull_open.out >/dev/null 2>&1; then
1575 if [ -f $TMPDIR/new_repository ]; then
1580 cat $TMPDIR/incoming_open.out
1585 touch $TMPDIR/bringover_failed
1608 if [ -f $TMPDIR/bringover_failed ]; then
1609 rm -f $TMPDIR/bringover_failed
1692 rm -f $TMPDIR/make-state
1694 if $MAKE -K $TMPDIR/make-state -e $target 2>/dev/null; then
1697 touch $TMPDIR/nocompiler
1703 if [ -f $TMPDIR/nocompiler ]; then
1704 rm -f $TMPDIR/nocompiler
1785 done 2>&1 | tee $TMPDIR/pkglint_noise >> $mail_msg_file
1786 if [[ -s $TMPDIR/pkglint_noise ]]; then
1838 tee $TMPDIR/protocmp_noise >> $mail_msg_file
1839 if [[ -s $TMPDIR/protocmp_noise ]]; then
2056 sort | uniq | tee $TMPDIR/check_errors >> $mail_msg_file
2058 if [[ -s $TMPDIR/check_errors ]]; then
2165 cp "$1" ${TMPDIR}/unref.merge
2169 comm -12 ${TMPDIR}/unref.merge "$unreffile" > ${TMPDIR}/unref.$$
2170 mv ${TMPDIR}/unref.$$ ${TMPDIR}/unref.merge
2173 staffer cp ${TMPDIR}/unref.merge $PARENT_WS/usr/src/unrefmaster.out