]> sourceware.org Git - automake.git/commitdiff
Added explanatory comment
authorTom Tromey <tromey@redhat.com>
Tue, 14 Dec 1999 23:20:16 +0000 (23:20 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 14 Dec 1999 23:20:16 +0000 (23:20 +0000)
automake.in

index bf1afcfe91feec250bd6b95c6b6d31774af7a1de..13b9f78761ca2cb0acfd0e34bde7cd9a14a169ef 100755 (executable)
@@ -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 \\
This page took 0.035958 seconds and 5 git commands to generate.