Use automake verbose helpers in custom make rules
commit781af8f91b5c8c6b804a0dcc0a47a7f8f018c6de
authorDan McGee <dan@archlinux.org>
Wed, 7 Dec 2011 18:33:41 +0000 (7 12:33 -0600)
committerDan McGee <dan@archlinux.org>
Thu, 8 Dec 2011 15:17:39 +0000 (8 09:17 -0600)
tree4799c6842ac2d0e109313088c48f04fd03759684
parentdacda1f6b3f2122d7d54cda9ed7d620301595ef1
Use automake verbose helpers in custom make rules

This converts our script generation to use the built-in AM_V_GEN macro,
which honors the V= setting passed to make and allows one to see the
full command if they truly desire. The AM_V_at macro is also used in
place of an explicit @ so verbose-mode compiles show all commands being
run.

We can also use these two macros in doc generation to quiet it down to
the level we expect.

Other minor changes:
* a pointless test call is removed in test/pacman/tests/
* sed is used instead of dos2unix as we depend on it anyway
* consecutive chmod calls are reduced to a single call (e.g., '+x,a-x')

Signed-off-by: Dan McGee <dan@archlinux.org>
contrib/Makefile.am
doc/Makefile.am
etc/Makefile.am
scripts/Makefile.am
test/pacman/tests/Makefile.am