From: Jim Meyering Date: Thu, 23 Nov 1995 05:17:50 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_13F~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b69a467146e0f3c9da31e448aae8e721deb9e077;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index ee0720c934..0e0d23f302 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,9 @@ +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. + Sat Nov 18 12:04:30 1995 Jim Meyering (meyering@comco.com) * src/Makefile.in (version.c): Depend on ../.version, not Makefile. @@ -12,8 +18,8 @@ Sat Nov 18 12:04:30 1995 Jim Meyering (meyering@comco.com) 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 . Wed Nov 15 23:48:31 1995 Jim Meyering (meyering@comco.com)