.
authorJim Meyering <jim@meyering.net>
Sun, 31 Dec 1995 06:46:46 +0000 (06:46 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 31 Dec 1995 06:46:46 +0000 (06:46 +0000)
old/fileutils/ChangeLog
old/sh-utils/ChangeLog
old/textutils/ChangeLog

index 2e329113ca4889bcb2a5a991d9d64fe0fed5d1d0..2bc3128c1a4029682a307bee30d4a28f0dd71f68 100644 (file)
@@ -1,3 +1,7 @@
+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.
+
 Sat Dec 23 11:33:19 1995  Jim Meyering  (meyering@comco.com)
 
        * ls.c (decode_switches): Make -o a synonym for -lG for compatibility
index 06e092f3d666811dd6d4a3ceb9ba54bcd2161a05..c91ef2739ae6336904201e44ae23200c01d3d483 100644 (file)
@@ -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)
index adbac04a1ac455ed25c62cc2fb85ea377ba6edb4..1531e6694b8ef98576399858a215564ec751ebb7 100644 (file)
@@ -1,4 +1,6 @@
-Fri Dec 22 20:55:42 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+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.
 
        * csplit.c (extract_regexp) [!WITH_REGEX]: Intialize
        syntax_parens field.