mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-03 06:53:31 +08:00
.
This commit is contained in:
parent
62d6b980b2
commit
58a9bc79b5
@ -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.
|
||||
|
@ -345,6 +345,9 @@
|
||||
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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user