]> git.ipfire.org Git - thirdparty/automake.git/commit
depend: refactor and remove code duplication
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 10 Jan 2013 17:04:33 +0000 (18:04 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 15 May 2013 13:53:29 +0000 (15:53 +0200)
commit1fa0c24dbbfcdec1eccd8bd3242ae9ef20ff1ddb
tree1d2fc9a9bf68aeab795133a9bda023c06a9d5fa5
parent9fabb5e4520f583f18cdb80b4b7b55c7f5ba856c
depend: refactor and remove code duplication

* lib/am/depend2.am: Here.  The obsolescent comments removed from this
same file in commit 'v1.13.1-42-g8f06bfb' of 2012-01-09, "depend2.am: fix
comments on verbosity of compilation rules", gave the rationale for why
that code duplication was there in the first place (rationale that, like
those comments, has been obsolete by the silent-rules introduction).
* bin/automake.in: Given the refactoring in 'depend2.am', there is no
longer need to add extra trailing whitespace to the entries of the
'%sourceflags' hash (which are used for the '%SOURCEFLAG%' transform
when 'depend2.am' is processed.
* t/fort2.sh: Adjust to avoid spurious failures.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
bin/automake.in
lib/am/depend2.am
t/fort2.sh