*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 4 Dec 2002 10:12:32 +0000 (10:12 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 4 Dec 2002 10:12:32 +0000 (10:12 +0000)
lib/ChangeLog

index 6c4f93994e83b483a12fbfa6182d9376066312b7..31e97e5eaf55d4e45809285793ee00d59e993e7b 100644 (file)
@@ -1,5 +1,18 @@
 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.
+       (EXTRA_DIST): Remove xstat.in.
+
+       * xstat.in: Remove file.  Contents moved into stat.c.
+       * stat.c: New file.  Contents mostly from xstat.in.
+       * stat.c: Rework so that it may serve to define rpl_lstat, too.
+       * lstat.c: New file. 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.