From: Paul Eggert Date: Mon, 5 Nov 2001 19:53:59 +0000 (+0000) Subject: * lib/am/distdir.am (am__remove_distdir): X-Git-Tag: Release-1-5b~39 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=42fc29570dc5b1f43b98c4a1a1ba8b783d9298d6;p=automake.git * lib/am/distdir.am (am__remove_distdir): New macro. Do not change permission of non-directories. Change only user permission, as there's no point to changing group or other permission. (distdir, dist, dist-bzip2, dist-tarZ, dist-shar, dist-zip, dist-all, distcheck): Use it. --- diff --git a/ChangeLog b/ChangeLog index 31d9df0a..2950263f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-11-05 Paul Eggert + + * lib/am/distdir.am (am__remove_distdir): + New macro. Do not change permission of non-directories. + Change only user permission, as there's no point to changing group + or other permission. + (distdir, dist, dist-bzip2, dist-tarZ, dist-shar, dist-zip, dist-all, + distcheck): Use it. + 2001-11-05 Alexandre Duret-Lutz * lib/am/python.am: Cleanup the cleaning section.