From: Ralf Wildenhues Date: Sun, 17 May 2009 12:12:24 +0000 (+0200) Subject: Update release statistics, improve release-stats rule. X-Git-Tag: v1.11~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ad5fdf48e88ea0b0efd5b35aae464fac73a58d5;p=thirdparty%2Fautomake.git Update release statistics, improve release-stats rule. * Makefile.am (release-stats): Output stderr of pstops in addition to catching it, for better debugging. * doc/automake.texi (Releases): Add line for 1.10.2. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index f03fff52c..edd4f0514 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-05-17 Ralf Wildenhues + Update release statistics, improve release-stats rule. + * Makefile.am (release-stats): Output stderr of pstops in + addition to catching it, for better debugging. + * doc/automake.texi (Releases): Add line for 1.10.2. + Cope with parallel BSD make -jN semantics. When BSD `make -jN' is used without `-B' which enables backwards compatible semantics, it may reuse the same shell for several diff --git a/Makefile.am b/Makefile.am index af9147b96..5e744c50d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -545,6 +545,7 @@ release-stats: ps m4f=`ls -1 $(srcdir)/m4/*.m4 | wc -l` && \ m4l=`cat $(srcdir)/m4/*.m4 | wc -l` && \ doc_text=`cd doc && LC_ALL=C pstops 0 automake.ps unused.ps 2>&1` && \ + echo "$$doc_text" && \ rm -f doc/unused.ps && \ doc=`echo "$$doc_text" | sed -n 's/.*Wrote \([1-9][0-9]*\) pages.*/\1/p'` && \ tests="tests/*.test"; \ diff --git a/Makefile.in b/Makefile.in index 575d95e40..bb53c6357 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1172,6 +1172,7 @@ release-stats: ps m4f=`ls -1 $(srcdir)/m4/*.m4 | wc -l` && \ m4l=`cat $(srcdir)/m4/*.m4 | wc -l` && \ doc_text=`cd doc && LC_ALL=C pstops 0 automake.ps unused.ps 2>&1` && \ + echo "$$doc_text" && \ rm -f doc/unused.ps && \ doc=`echo "$$doc_text" | sed -n 's/.*Wrote \([1-9][0-9]*\) pages.*/\1/p'` && \ tests="tests/*.test"; \ diff --git a/doc/automake.texi b/doc/automake.texi index 877e80827..dc89abf44 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -12773,6 +12773,7 @@ parentheses is the number of generated test cases. @item 2005-07-10 @tab 1.9.6 @tab 7539 @tab 699 @tab 7867 @tab 3400 (40) @tab 1453 (32) @tab 144 @tab 570 @item 2006-10-15 @tab 1.10 @tab 7859 @tab 1072 @tab 8024 @tab 3512 (40) @tab 1496 (34) @tab 172 @tab 604 @item 2008-01-19 @tab 1.10.1 @tab 7870 @tab 1089 @tab 8025 @tab 3520 (40) @tab 1499 (34) @tab 173 @tab 617 +@item 2008-11-23 @tab 1.10.2 @tab 7882 @tab 1089 @tab 8027 @tab 3540 (40) @tab 1509 (34) @tab 176 @tab 628 @item 2009-03-29 @tab 1.10b @tab 8556 @tab 1092 @tab 8281 @tab 4106 (41) @tab 1608 (35) @tab 178 @tab 720 (20) @end multitable