diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-18 20:20:03 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-18 20:20:03 +0000 |
commit | 058f319e6d762d4689e339c3d2124f4a3ce4bce4 (patch) | |
tree | ced56256f0bc498caa3bae591fb1cdab947c210c /ChangeLog | |
parent | 87353aebd86689802e8dafd195891e88c28ba37c (diff) | |
download | coreutils-058f319e6d762d4689e339c3d2124f4a3ce4bce4.tar.xz |
* bootstrap (symlink_to_gnulib): New function.
(cp_mark_as_generated): Use it, to prefer symlinks-to-gnulib
to copies-of-gnulib.
(cp_mark_as_generated, slurp, gnulib_files):
Avoid making a copy if it's the same as the old version.
(gnulib_files): Add support for this variable (used by Bison).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2006-09-18 Paul Eggert <eggert@cs.ucla.edu> + * bootstrap (symlink_to_gnulib): New function. + (cp_mark_as_generated): Use it, to prefer symlinks-to-gnulib + to copies-of-gnulib. + (cp_mark_as_generated, slurp, gnulib_files): + Avoid making a copy if it's the same as the old version. + (gnulib_files): Add support for this variable (used by Bison). + * tests/ls/stat-vs-dirent: Fix quoting problem in diagnostic indicating flaw in kernel. Reword to say that the flaw isn't serious for coreutils, since the flaw does affect ls -i. |