summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-10-27 04:47:39 +0000
committerJim Meyering <jim@meyering.net>1994-10-27 04:47:39 +0000
commitc0c7ee9ab1b8bfe73bf36c2be2b74b142ad2eb48 (patch)
treeb26f2e46a51d55681e538a79e7cd490085048d85 /old/sh-utils
parent4c8adc4821c487cd8301d9898f84bcd133abccf9 (diff)
downloadcoreutils-c0c7ee9ab1b8bfe73bf36c2be2b74b142ad2eb48.tar.xz
merge with 1.10w
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index a79753719..108369913 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,10 @@
+Wed Oct 26 23:40:07 1994 Jim Meyering (meyering@comco.com)
+
+ * Makefile.in (All actions invoking $(MAKE) from within compound
+ (e.g. `for') sh statements): Exit non-zero if the sub-make fails.
+ Otherwise, the top-level make may exit successfully when it should
+ fail. From Jim Kingdon (kingdon@cygnus.com).
+
Sun Oct 23 23:36:26 1994 Jim Meyering (meyering@comco.com)
* safe-xstat.hin: Don't use a statement expression here.