]> git.ipfire.org Git - thirdparty/automake.git/commit
Fix for distcommon2.test:
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 9 Nov 2001 17:17:47 +0000 (17:17 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 9 Nov 2001 17:17:47 +0000 (17:17 +0000)
commitb0c1ea15f01080ff42acecc6ebdedfb2faceb673
tree1f96df927f7d9dcfd951b4806e19e3b484a77a4f
parenta8616960f24f8c00093c9137ad0132f53d0c775f
Fix for distcommon2.test:
* automake.in (automake_needs_to_reprocess_all_files): New
variable.
("main"): Process all Makefiles a second time if
$automake_needs_to_reprocess_all_files is set.
(maybe_push_required_file): Return 1 or 0 whether the file is
pushed or not.
(require_file_internal): Set $automake_needs_to_reprocess_all_files
if an added file can't be pushed.

* test/distcommon2.test: New file.
* test/Makefile.am (TESTS): Add distcommon2.test.
From Pavel Roskin.
ChangeLog
NEWS
automake.in
tests/Makefile.am
tests/Makefile.in
tests/distcommon2.test [new file with mode: 0755]