DISTFILES containing a directory and files in that directory.
authorPeter Breitenlohner <peb@mppmu.mpg.de>
Sun, 22 Mar 2009 09:11:14 +0000 (10:11 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 22 Mar 2009 09:15:04 +0000 (10:15 +0100)
commit3a12ed5e97dc193a38dd14e031658cbd329b50ca
tree55e4564e850e88b36459bcd02eaf6fd911bb7fcd
parent04bb420a64c45f709bddea95c63fe0b2b35ad015
DISTFILES containing a directory and files in that directory.

For PR automake/533:
When the source tree contains non-writable files or directories
(as happens during distcheck), and directories or entries
thereof are listed multiple times in variables to be
distributed, then the corresponding directories below $(distdir)
need to be made writable recursively.  Since file modes should
not change, they need to be copied recursively using `cp -f'.

* lib/am/distdir.am: Handle this situation.
* tests/distdir.test: Extend test to those cases.
* NEWS: Update.
Report by Peter Breitenlohner.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12 files changed:
ChangeLog
Makefile.in
NEWS
doc/Makefile.in
lib/Automake/Makefile.in
lib/Automake/tests/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
lib/am/distdir.am
m4/Makefile.in
tests/Makefile.in
tests/distdir.test