From: Jim Meyering Date: Sat, 15 May 1999 04:11:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22l~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7af9c3c085e1391b02fdca3f0e3a72001ec8f9ce;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 2e29725d9b..dc3882579b 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,11 @@ 1999-05-14 Jim Meyering + * tests/Makefile.am (envvar-check): Renamed from check-local. + (check): Depend on envvar-check so the envvar check is performed + before all other tests. Reported by Volker Borchert. + * tests/.env-warn: Use `%%' place-holder that Makefile.am rule expects, + so CDPATH is mentioned in the message. Reported by Volker Borchert. + * src/df.c (main): When asking for info on an explicit file name, just warn rather than failing if the table of mounted filesystems cannot be read. Based on a patch from Mark Kettenis.