aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-05-28 22:33:33 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-05-28 22:33:33 +0000
commitc836e30eb07736b01bf41e460c89869c53b65959 (patch)
treefec1060fd0cf0e3d68c5085f824dc4ff6b1c27e5
parent36096ae3dbc117bec28b57be0475932881fb6112 (diff)
downloadfetchmail-c836e30eb07736b01bf41e460c89869c53b65959.tar.gz
fetchmail-c836e30eb07736b01bf41e460c89869c53b65959.tar.bz2
fetchmail-c836e30eb07736b01bf41e460c89869c53b65959.zip
Show the distribution size so we know when a make failed.
svn path=/trunk/; revision=1044
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index af9579be..fac4dc90 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -224,6 +224,7 @@ dist: Makefile.in
make fetchmail-$(VERS).tar.gz
lsmgen.sh $(VERS) `wc -c fetchmail-$(VERS).tar.gz` >fetchmail.lsm
make fetchmail-$(VERS).tar.gz
+ ls -l fetchmail-$(VERS).tar.gz
fetchmail-$(VERS).tar: $(all)
(cd ..; tar -cf fetchmail-$(VERS).tar `cat fetchmail-$(VERS)/MANIFEST`)