From: Paul Eggert Date: Wed, 28 Jul 2004 19:23:28 +0000 (+0000) Subject: Don't assume that Perl's getpwd agrees with ours. X-Git-Tag: v5.3.0~1051 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed996f7489a1a79f2673bd54b423ec47e118b5ce;p=thirdparty%2Fcoreutils.git Don't assume that Perl's getpwd agrees with ours. --- diff --git a/ChangeLog b/ChangeLog index ba974596bd..7de42d4771 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-07-28 Paul Eggert + * tests/misc/pwd: Don't assume that Perl's getpwd agrees with our + pwd when there are multiple names for the working directory + (which can happen with an automounter, sigh). + * src/Makefile.am ($(SCRIPTS)): Don't depend on Makefile; this causes Solaris 8 'make' to refuse to build "groups". (localedir.h): Don't depend on Makefile: this causes Solaris