]> git.ipfire.org Git - thirdparty/automake.git/commit
Allow package trees (packages with subpackages) to share
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 19 Mar 2006 05:04:29 +0000 (05:04 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 19 Mar 2006 05:04:29 +0000 (05:04 +0000)
commit83bec15bd0c7d8048756874ed9802fb7da281d02
tree4dab0855265ba5dbe9d77e9ee304b0ecdbaac41a
parent9e5d3c4078fa60d784a71b3798a12731beac73b3
Allow package trees (packages with subpackages) to share
common distributed auxiliary files (and directories) that
reside within a subpackage.

* lib/am/distdir.am (distdir %?TOPDIR_P%): Do not fail if
`$(distdir)' already exists.
(%?SUBDIRS%): Set `am__remove_distdir' to `:' to prevent
removal of subpackage trees for distribution.
* tests/subpkg3.test: New test.
* tests/Makefile.am: Update.
14 files changed:
ChangeLog
Makefile.in
aclocal.m4
configure
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.am
tests/Makefile.in
tests/subpkg3.test [new file with mode: 0755]