]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Thu, 2 Oct 2003 20:30:47 +0000 (20:30 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 2 Oct 2003 20:30:47 +0000 (20:30 +0000)
aclocal.m4
doc/ChangeLog
src/Makefile.in

index aaea34b6f1b868d08c7d7d1a9babc0aac8edd95d..41b2a3a33d6bd51446f6c2d481d7b907317f321b 100644 (file)
@@ -5550,10 +5550,10 @@ AC_DEFUN([gl_UTIMENS],
 ])
 
 # See if we need to work around bugs in glibc's implementation of
-# utimes from around July/August 2003.
+# utimes from 2003-07-12 to 2003-09-17.
 # First, there was a bug that would make utimes set mtime
 # and atime to zero (1970-01-01) unconditionally.
-# Then, there is/was code to round rather than truncate.
+# Then, there was code to round rather than truncate.
 #
 # From Jim Meyering, with suggestions from Paul Eggert.
 
index e7885db61657dd07bcdc3cc00a2252d7443ce0f5..b611d5ba6472b2dc79d04c11dae7cd1aa5225f1f 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-28  Jim Meyering  <jim@meyering.net>
+
+       * coreutils.texi (Translating): Correct typo in menu description.
+       From A Costa.
+
 2003-09-02  Paul Eggert  <eggert@twinsun.com>
 
        * coreutils.texi (sort invocation): -d now overrides -i.
index d5d92dbc51ae2329929dce1abdfeff34adbe2b3c..b5ca1a7069c64b755cad90b3f777025f85524d65 100644 (file)
@@ -873,7 +873,7 @@ uninstall-binPROGRAMS:
        done
 
 clean-binPROGRAMS:
-       -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) > /dev/null 2>&1 || /bin/rm -f $(bin_PROGRAMS)
+       -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 
 installcheck-binPROGRAMS: $(bin_PROGRAMS)
        bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \