]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 8 Jun 2004 06:54:04 +0000 (06:54 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 8 Jun 2004 06:54:04 +0000 (06:54 +0000)
ChangeLog
config.hin
src/Makefile.in

index 0340db95f3ff837731c1da8d3c0c027c6c73ace7..416190a47ab3d508beb8c833dc136f0fc07345dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
-2004-06-07  Jim Meyering  <jim@meyering.net>
+2004-06-08  Jim Meyering  <jim@meyering.net>
 
        * Version 5.3.0.
 
+       * src/shred.c (direct_mode): Turn it on/off with directio, too.
+
+2004-06-07  Jim Meyering  <jim@meyering.net>
+
        Enable direct-mode I/O (bypassing the buffer cache), if possible.
        Prompted by a suggestion from Kalle Olavi Niemitalo
        in http://bugs.debian.org/207035.
index f6caf8bedd76cf56303abe1156436eb69d3db329..0c7d81f6cb3dc12e465769c84fd124fb7a523a68 100644 (file)
    don't. */
 #undef HAVE_DECL___SYS_SIGLIST
 
+/* Define to 1 if you have the `directio' function. */
+#undef HAVE_DIRECTIO
+
 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
    */
 #undef HAVE_DIRENT_H
index 8175052d85b196548625a8c90e61a20bf52f401c..3087831dd5730da8481790977e1b9bee8c0f9b46 100644 (file)
@@ -933,7 +933,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 \