From 42fc29570dc5b1f43b98c4a1a1ba8b783d9298d6 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 5 Nov 2001 19:53:59 +0000 Subject: [PATCH] * 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- 2.43.5