Whamcloud - gitweb
Print size of resulting .tar.gz file.
authorMatthias Andree <matthias.andree@gmx.de>
Fri, 5 Sep 2008 07:51:29 +0000 (09:51 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 8 Sep 2008 01:53:18 +0000 (21:53 -0400)
Signed-off-by: Matthias Andree <matthias.andree@gmx.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
util/gen-tarball.in

index e550e2c..a1bcaaf 100644 (file)
@@ -8,6 +8,7 @@ top_dir=`cd $top_srcdir; pwd`
 base_ver=`echo @E2FSPROGS_VERSION@ | sed -e 's/-WIP//' -e 's/pre-//' -e 's/-PLUS//'`
 base_e2fsprogs=`basename $top_dir`
 exclude=/tmp/exclude
+GZIP=gzip
 
 #
 # This hack is needed because texi2dvi blows up horribly if there are 
@@ -45,7 +46,8 @@ sed -e "s;^;$SRCROOT/;" < $srcdir/$list.exclude >> $exclude
 (cd $top_srcdir/.. ; rm -f $SRCROOT ; ln -sf e2fsprogs $SRCROOT)
 
 (cd $top_srcdir/.. ; tar -c -h -v -f - -X $exclude $SRCROOT) \
-        | gzip -9 > $SRCROOT.tar.gz
+        | $GZIP -9 -c > $SRCROOT.tar.gz
+$GZIP -l $SRCROOT.tar.gz
 
 (cd $top_srcdir/.. ; rm -f $SRCROOT)
 mv $top_srcdir/e2fsprogs.spec ../e2fsprogs.spec