suite-be-less-verbose-20020117

toss more output in the non-verbose case
This commit is contained in:
Derrick Brashear 2002-01-17 07:25:52 +00:00
parent 30807bbcfe
commit 6ac7ac6bc6
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,8 @@
FS=${FS:-${objdir}/../appl/fs/fs} FS=${FS:-${objdir}/../appl/fs/fs}
${FS} sq . 0 ${FS} sq . 0
wget http://www.openafs.org/dl/1.2.2/openafs-1.2.2-src.tar.gz >& 4
if test "X$FAST" != "X" ; then echo "Not running $0" ; exit 0 ; fi if test "X$FAST" != "X" ; then echo "Not running $0" ; exit 0 ; fi
test -f /usr/tmp/openafs-1.2.2-src.tar.gz && cp /usr/tmp/openafs-1.2.2-src.tar.gz openafs-1.2.2-src.tar.gz
test -f openafs-1.2.2-src.tar.gz || wget http://www.openafs.org/dl/1.2.2/openafs-1.2.2-src.tar.gz 2>&4
$SHELL $SHELLVERBOSE $srcdir/generic-build openafs-1.2.2-src.tar.gz openafs-1.2.2 $SHELL $SHELLVERBOSE $srcdir/generic-build openafs-1.2.2-src.tar.gz openafs-1.2.2
openafs-1.2.2/src/finale/translate_et 180480 >& /dev/null openafs-1.2.2/src/finale/translate_et 180480 >& /dev/null

View File

@ -15,4 +15,4 @@ obj=$b-obj
gzip -dc $filename | tar xvf - >&4 2>&1 || exit 1 gzip -dc $filename | tar xvf - >&4 2>&1 || exit 1
cd $b || exit 1 cd $b || exit 1
./configure >&4 || exit 1 ./configure >&4 || exit 1
make $MAKEFLAGS || exit 1 make $MAKEFLAGS >&4 || exit 1