]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] all: deps for the 'all' target listed in '$(am.all.targets)'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 30 Jul 2012 13:36:58 +0000 (15:36 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 30 Jul 2012 15:06:01 +0000 (17:06 +0200)
commit41456cf28af0b6f17c78ab98611a3ec4194a1684
tree932c6b9777f9209f23889b875859de5e555a752e
parent530db90666bb13e80c5570e2b47b527088a9feeb
[ng] all: deps for the 'all' target listed in '$(am.all.targets)'

* automake.in (handle_all_and_check): Drop transform 'ALL-DEPS' when
processing the 'all-target.am' file.
(generate_makefile): Define '$(am.all.targets)' as the list of
dependencies for the 'all' target.
* lib/am/all-target.am: Use it instead of the transform '%ALL-DEPS%'.
* t/java.sh: Relax grepping checks to avoid spurious failures.
* t/amopts-variable-expansion.sh: Likewise.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in
lib/am/all-target.am
t/amopts-variable-expansion.sh
t/java.sh