From: Jim Meyering Date: Thu, 13 May 2004 07:05:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1569 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07c04a20267cad550035f662eb3265c96610c7cc;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 548f6690a2..dab773ff63 100644 --- 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 + + 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 * tests/rm/unread3: New test, for the above fix and today's