depend2.am: fix comments on verbosity of compilation rules
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 9 Jan 2013 21:17:53 +0000 (22:17 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 9 Jan 2013 21:17:53 +0000 (22:17 +0100)
commit8f06bfba71ee217263a0cff050ac23b698b79807
tree33f108524278ac5a73a2c671242edfc47b4a70fe
parenta52e9de01897ff994fcfb49eb019a6c23a4c92e8
depend2.am: fix comments on verbosity of compilation rules

The situation and decisions described on those comments have become
quite outdated since the introduction of the silent-rules support.
Today, the general idea is to have nice, terse output if silent rules
are enabled, and complete, faithful, very verbose output if they are
not -- without trying to "massage" this verbose output in a more
pleasant form if that would cause complication in the affected code.

So it's better to just drop the obsolescent comments.

Note that we don't start simplifying the existing rules according
to this new philosophy; that will only be done when touching some
existing code (for the 'depend2.am' code, that will probably happen
on the master branch).

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/depend2.am