summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-12-31 06:46:46 +0000
committerJim Meyering <jim@meyering.net>1995-12-31 06:46:46 +0000
commitadd1d7c11f7d87a2e0d4d2ad759ea7240b933af2 (patch)
tree0c6ccd38584f3da6283dbf9fe00a9077f4e27c67 /old/sh-utils
parent221ef68cc3bba9fb108b9ac1b1b662ff27152c55 (diff)
downloadcoreutils-add1d7c11f7d87a2e0d4d2ad759ea7240b933af2.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog14
1 files changed, 12 insertions, 2 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 06e092f3d..c91ef2739 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,11 +1,21 @@
+Fri Dec 22 21:34:55 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * configure.in: Touch stamp-h only if config.h is remade.
+
Sun Nov 26 16:09:33 1995 Jim Meyering (meyering@comco.com)
* test.c (usage): Clarify usage. From Karl Berry.
+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>.
Tue Nov 7 23:53:20 1995 Jim Meyering (meyering@comco.com)