summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-16 22:55:37 +0000
committerJim Meyering <jim@meyering.net>1993-10-16 22:55:37 +0000
commitc2b140693b2ded35ed4453c0ec188c6aa0ad3e7c (patch)
treed57e3e622dc3331b87835618e9bb9ca2ff196b18
parent6a06c02f213c9b13cf47e983f1dfd64b1ca178d9 (diff)
downloadcoreutils-c2b140693b2ded35ed4453c0ec188c6aa0ad3e7c.tar.xz
merge with 3.8.4f
-rw-r--r--old/fileutils/ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 387a9e065..cbb71a9bf 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,9 +1,23 @@
-Wed Oct 13 10:30:40 1993 Jim Meyering (meyering@comco.com)
+Wed Oct 13 19:43:47 1993 Jim Meyering (meyering@comco.com)
* cp.c (copy), ls.c (get_link_name): Complete Aug 27 change so
that we use PATH_MAX + 1 rather than sizeof(char*) as size of
buffer in readlink call. This was causing spurious errors.
+ * cp.c (copy), mv.c (do_move), rm.c (remove_file, remove_dir):
+ Cast to `unsigned int' stat->st_mode printf arguments corresponding
+ to %o formats to avoid warnings.
+
+ * lib/Makefile.in [DEFS]: Remove -DMVDIR. Add -DCONFIG_BROKETS.
+ (rename.o): Add a specific rule. Use -DMVDIR=... here instead.
+
+ * src/Makefile.in [DEFS]: Add -DCONFIG_BROKETS.
+ (distclean): Don't delete dir.c and vdir.c; they aren't
+ created anymore.
+
+ * lib/Makefile.in: Make all .o files depend on $(srcdir)/../config.h.
+ * src/Makefile.in: Ditto.
+
Sun Oct 10 13:38:54 1993 Jim Meyering (meyering@comco.com)
* src/Makefile.in (dist): Depend on $(DISTFILES).