]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 5 Dec 1995 23:38:40 +0000 (23:38 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 5 Dec 1995 23:38:40 +0000 (23:38 +0000)
old/fileutils/ChangeLog

index b9e38d59114aea3334f1a6b789942177432931c0..467277625b829d39aef610787c67c99c4268c947 100644 (file)
@@ -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)