summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-12-05 23:38:40 +0000
committerJim Meyering <jim@meyering.net>1995-12-05 23:38:40 +0000
commitd75c1aaea11f3eeb3769709a457e1c33dde19a0a (patch)
tree7efd1b59caaac17af7a5313f12cf4d1d173fd553 /old
parentf1a905664b3a9bc7f589eb8649c7aaa34bdc18eb (diff)
downloadcoreutils-d75c1aaea11f3eeb3769709a457e1c33dde19a0a.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog16
1 files changed, 14 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index b9e38d591..467277625 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,19 @@
+Tue Dec 5 17:38:11 1995 Jim Meyering (meyering@comco.com)
+
+ * rm.c (rm): Work around SunOS 4 bug whereby lstat doesn't fail
+ when given a zero-length file name argument. Reported by
+ Mark Calabretta <mcalabre@atnf.csiro.au>.
+
+Wed Nov 22 23:12:47 1995 Jim Meyering (meyering@comco.com)
+
+ * Makefile.in (all et. al.): If make was invoked with -k and a
+ sub-make fails, fail after the loop rather than exiting right away.
+ Otherwise, make's -k option could be ineffective.
+
Thu Nov 16 21:25:45 1995 Jim Meyering (meyering@comco.com)
- * Makefile.in (_all): New default target. Depend on `all' to work
- around bug in AIX-3.2.5's /bin/make Reported by Andreas Luik
+ * Makefile.in (default): New default target. Depend on `all' to work
+ around bug in AIX-3.2.5's /bin/make. Reported by Andreas Luik
<luik@isa.de>.
Fri Nov 10 23:31:46 1995 Jim Meyering (meyering@comco.com)