]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 13 May 2004 07:05:05 +0000 (07:05 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 13 May 2004 07:05:05 +0000 (07:05 +0000)
ChangeLog

index 548f6690a28838fe3cf59fc10becf118e4921e46..dab773ff63d406c2b91980f3abace03f98b992cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,17 @@
        where the result is used.  This avoids one unnecessary lstat call
        per command line argument.
 
+2004-05-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Don't assume that "make -C" works; Solaris "make" doesn't have -C.
+
+       * src/Makefile.am (all_programs.list): New rule, copied from
+       man/Makefile.am and tests/Makefile.am, except that we use the
+       system tr rather than ./tr and we don't use tr -s.
+       * tests/Makefile.am (all_programs): Use it.
+       * man/Makefile.am (all_programs): Likewise.  Renamed from programs,
+       for consistency.  All uses changed.
+
 2004-05-11  Jim Meyering  <jim@meyering.net>
 
        * tests/rm/unread3: New test, for the above fix and today's