Lines Matching refs:out

192 	rm -f $SRC/${INSTALLOG}.out
195 tee -a $SRC/${INSTALLOG}.out >> $LOGFILE
198 egrep ":" $SRC/${INSTALLOG}.out |
208 grep "bootblock image is .* bytes too big" $SRC/${INSTALLOG}.out \
216 egrep -i warning: $SRC/${INSTALLOG}.out \
232 tail -3 $SRC/${INSTALLOG}.out >>$mail_msg_file
236 if [ -f $SRC/${NOISE}.out ]; then
237 mv $SRC/${NOISE}.out $SRC/${NOISE}.ref
239 grep : $SRC/${INSTALLOG}.out \
288 | sort | uniq >$SRC/${NOISE}.out
290 cp $SRC/${NOISE}.out $SRC/${NOISE}.ref
294 diff $SRC/${NOISE}.ref $SRC/${NOISE}.out >>$mail_msg_file
326 echo "Clearing out $PKGARCHIVE ..." >> $LOGFILE
330 rm -f $SRC/pkg/${INSTALLOG}.out
333 tee -a $SRC/pkg/${INSTALLOG}.out >> $LOGFILE
338 egrep "${MAKE}|ERROR|WARNING" $SRC/pkg/${INSTALLOG}.out | \
378 LINTOUT=$lintdir/lint-${MACH}.out
390 # remove old lint.out
391 rm -f $lintdir/lint.out $lintdir/lint-noise.out
424 if [ -f ${LINTNOISE}.out ]; then
425 mv ${LINTNOISE}.out ${LINTNOISE}.ref
433 sort | uniq > ${LINTNOISE}.out
435 cp ${LINTNOISE}.out ${LINTNOISE}.ref
441 # should be none, though there are a few that were filtered out
443 egrep -i '(warning|lint):' ${LINTNOISE}.out \
450 diff ${LINTNOISE}.ref ${LINTNOISE}.out \
470 rm -f ${TOOLS}/${INSTALLOG}.out
473 tee -a ${TOOLS}/${INSTALLOG}.out >> $LOGFILE
477 egrep ":" ${TOOLS}/${INSTALLOG}.out |
658 when used with -f, also build an unrefmaster.out in the parent
1234 # stale lock; clear it out and try again
1378 echo "WARNING: /usr/bin/elfsign out of date;" \
1481 rm -f $SRC/clobber.out
1482 rm -f $SRC/clobber-${MACH}.out
1490 $MAKE -ek clobber 2>&1 | tee -a $SRC/clobber-${MACH}.out >> $LOGFILE
1492 grep "$MAKE:" $SRC/clobber-${MACH}.out |
1503 rm -f ${TOOLS}/clobber-${MACH}.out
1505 tee -a ${TOOLS}/clobber-${MACH}.out >> $LOGFILE
1508 grep "$MAKE:" ${TOOLS}/clobber-${MACH}.out \
1576 # 1. Do the pull. If this fails, dump the output and bail out.
1579 # If this fails, dump the output and bail out.
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
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 \
1639 cat $TMPDIR/pull_open.out
1640 if grep "^merging" $TMPDIR/pull_open.out >/dev/null 2>&1; then
1654 cat $TMPDIR/incoming_open.out
1658 echo "Couldn't figure out what kind of SCM to use for $BRINGOVER_WS."
1876 # Note that this clears out the lock file, so we can dispense with
2009 # flushes out non-ABI interface differences along with the
2065 # remove old check.out
2066 rm -f $SRC/check.out
2068 rm -f $SRC/check-${MACH}.out
2070 $MAKE -ek check ROOT="$checkroot" 2>&1 | tee -a $SRC/check-${MACH}.out \
2074 grep ":" $SRC/check-${MACH}.out |
2095 if [ -f $SRC/unref-${MACH}.out ]; then
2096 mv $SRC/unref-${MACH}.out $SRC/unref-${MACH}.ref
2101 sort > $SRC/unref-${MACH}.out
2104 cp $SRC/unref-${MACH}.out $SRC/unref-${MACH}.ref
2107 diff $SRC/unref-${MACH}.ref $SRC/unref-${MACH}.out >>$mail_msg_file
2119 checkpaths $arg $checkroot > $SRC/check-paths.out 2>&1
2120 if [[ -s $SRC/check-paths.out ]]; then
2121 tee -a $LOGFILE < $SRC/check-paths.out >> $mail_msg_file
2173 staffer cp ${SRC}/unref-${MACH}.out $PARENT_WS/usr/src/
2180 # finish and merge all of the unref-${MACH}.out files in
2189 set -- $PARENT_WS/usr/src/unref-*.out
2198 staffer cp ${TMPDIR}/unref.merge $PARENT_WS/usr/src/unrefmaster.out