Makefiles: Add $(AM_V_GEN) annotations to clean up "make" output.
authorBen Pfaff <blp@nicira.com>
Mon, 29 Sep 2014 21:34:11 +0000 (14:34 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 29 Sep 2014 21:35:16 +0000 (14:35 -0700)
commitef44aa5001a4f6b06a4d65457d459bc004c37f48
tree9f478651537b163d0bbf539a4e86d7a0984cd6bd
parentddc3b06d348793ae3f858a832ce5c9053d7a621b
Makefiles: Add $(AM_V_GEN) annotations to clean up "make" output.

The Open vSwitch "make" output was still pretty verbose even when
configured with --enable-silent-rules.  This cleans it up.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Joe Stringer <joestringer@nicira.com>
14 files changed:
Makefile.am
datapath-windows/include/automake.mk
debian/automake.mk
include/automake.mk
include/openflow/automake.mk
lib/automake.mk
ofproto/automake.mk
ovsdb/automake.mk
python/automake.mk
rhel/automake.mk
tests/automake.mk
vswitchd/automake.mk
vtep/automake.mk
xenserver/automake.mk