summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-02 20:30:47 +0000
committerJim Meyering <jim@meyering.net>2003-10-02 20:30:47 +0000
commit870b12372e268494a9bc65df388d2c1fd1275f57 (patch)
tree709a9a01bbdaf03e4c22001240f43ba1b58df65d
parent90d369d90a61944fbc7e3d6f1331cc4dd1ce37d3 (diff)
downloadcoreutils-870b12372e268494a9bc65df388d2c1fd1275f57.tar.xz
.
-rw-r--r--aclocal.m44
-rw-r--r--doc/ChangeLog5
-rw-r--r--src/Makefile.in2
3 files changed, 8 insertions, 3 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index aaea34b6f..41b2a3a33 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -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.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index e7885db61..b611d5ba6 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -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.
diff --git a/src/Makefile.in b/src/Makefile.in
index d5d92dbc5..b5ca1a706 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -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 \