cccl: Respect silent flags.
authorJoe Stringer <joestringer@nicira.com>
Thu, 4 Dec 2014 00:34:08 +0000 (16:34 -0800)
committerJoe Stringer <joestringer@nicira.com>
Thu, 4 Dec 2014 22:31:48 +0000 (14:31 -0800)
commit819e3cdec67332b3cfad771f6856924a1f2e7130
tree6d6d9263715d04197c29c2c24bdb2ebb9fe7794f
parent5b7278a122c9c6aac0da3c34a41d3642f87f3ff0
cccl: Respect silent flags.

Automake sets $V to tell the compiler whether to print verbose messages
as it compiles or not. Add support for this variable in cccl, allowing
more quiet build output on windows if the build is configured with
--silent or the developer runs make V=0.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
build-aux/cccl