From: Tom Tromey Date: Tue, 14 Dec 1999 23:20:16 +0000 (+0000) Subject: Added explanatory comment X-Git-Tag: Release-1-4b~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e977bb91d2c1d05231504a707616ccb16ad9668;p=thirdparty%2Fautomake.git Added explanatory comment --- diff --git a/automake.in b/automake.in index bf1afcfe9..13b9f7876 100755 --- a/automake.in +++ b/automake.in @@ -6666,6 +6666,8 @@ sub initialize_global_constants # Another nastiness: if the file is unreadable by us, we make it # readable regardless of the number of links to it. This only # happens in perverse cases. + # We use $(install_sh) because that is a known-portable way to + # modify the file in place in the source tree. $dist_header = ' -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \\ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \\ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \\