diff options
author | Jim Meyering <jim@meyering.net> | 2002-12-04 08:59:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-12-04 08:59:41 +0000 |
commit | 08e032083cd7029625d43cf755b00d5341827411 (patch) | |
tree | 317936cf188f610df5caef1f2697d093ba4d335a | |
parent | 47d074ba3fbb5431cca85028c3cdec87440da739 (diff) | |
download | coreutils-08e032083cd7029625d43cf755b00d5341827411.tar.xz |
.
-rw-r--r-- | lib/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 2b9b8b5a3..92a15cf59 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,16 @@ 2002-12-04 Jim Meyering <jim@meyering.net> + Reflect the fact that stat.c and lstat.c are no longer generated. + * Makefile.am: (BUILT_SOURCES): Remove stat.c and lstat.c. + (DISTCLEANFILES): Likewise. + (EXTRA_DIST): Likewise. + (all_local): Don't depend on stat.c or lstat.c. + (stat.c, lstat.c): Remove rules. + + * xstat.in: Remove file. Contents moved into stat.c. + * stat.c: Rework so that it may serve to define rpl_lstat, too. + * lstat.c: Simply #define LSTAT and include stat.c. + * safe-read.c: Rework so that it may serve to define safe_write, too. * safe-write.c: Simply #define SAFE_WRITE and include safe-read.c. |