mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 17:00:15 +00:00
suite-be-less-verbose-20020117
toss more output in the non-verbose case
This commit is contained in:
parent
30807bbcfe
commit
6ac7ac6bc6
@ -3,7 +3,8 @@
|
||||
FS=${FS:-${objdir}/../appl/fs/fs}
|
||||
|
||||
${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
|
||||
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
|
||||
openafs-1.2.2/src/finale/translate_et 180480 >& /dev/null
|
||||
|
@ -15,4 +15,4 @@ obj=$b-obj
|
||||
gzip -dc $filename | tar xvf - >&4 2>&1 || exit 1
|
||||
cd $b || exit 1
|
||||
./configure >&4 || exit 1
|
||||
make $MAKEFLAGS || exit 1
|
||||
make $MAKEFLAGS >&4 || exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user