]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 31 Aug 2002 16:11:27 +0000 (16:11 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 31 Aug 2002 16:11:27 +0000 (16:11 +0000)
ChangeLog
Makefile.in

index 84b97a37bf8c807d5f18299576e8b62e37f6e637..1441b32b2da5ef83c72fd46af9106554ff78665c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
 
        * Version 4.5.1.
 
+       Symlinks were always reported as using 0 blocks.
+       * src/system.h (ST_NBLOCKS): Don't depend on file type.
+       This reverts the change of 2000-01-30.
+       Based on a report and patch from Neil Brown via Michael Stone.
+
        * Most files: Change `exit (0)' to `exit (EXIT_SUCCESS)',
        `exit (1)' to `exit (EXIT_FAILURE)', and
        `usage (1)' to `usage (EXIT_FAILURE)'.
index 2ca40e1dcff8e20b269f69cbd218643031caf994..ae306eff025187fdbc6e6cac088453ac2ba6482b 100644 (file)
@@ -147,7 +147,7 @@ target_alias = @target_alias@
 
 SUBDIRS = lib src doc man m4 po tests old
 EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \
-  .kludge-stamp .prev-version
+  .kludge-stamp .prev-version THANKS-to-translators THANKStt.in
 
 
 ACLOCAL_AMFLAGS = -I m4
@@ -570,6 +570,14 @@ distcheck-hook:
 .kludge-stamp: $(srcdir)/src/Makefile.in
        perl -pi -e '$(rm_subst)' $(srcdir)/src/Makefile.in
        touch $@
+
+THANKS-to-translators: po/LINGUAS THANKStt.in
+       (                                                               \
+         cat $(srcdir)/THANKStt.in;                                    \
+         for lang in `cat po/LINGUAS`; do                              \
+           echo http://www.iro.umontreal.ca/contrib/po/HTML/team-$$lang.html; \
+         done;                                                         \
+       ) > $@-tmp && mv $@-tmp $@
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: