vagrant: Enable silent-rules for configure.
authorJoe Stringer <joe@ovn.org>
Fri, 20 May 2016 18:49:59 +0000 (11:49 -0700)
committerJoe Stringer <joe@ovn.org>
Thu, 26 May 2016 00:40:13 +0000 (17:40 -0700)
commit1a523ec4fb50be3c887e3cdd0ae8b7bf6b4187e6
tree6e50d6d9b35de9d042b20573a871619d164b702b
parent53de7528be8edb9de83532d6b129f9124485eabd
vagrant: Enable silent-rules for configure.

In the majority of cases, developers debugging their code using vagrant
will be more interested in compiler errors/warnings than the exact
invocation of the compiler. By enabling silent-rules, the verbosity of
compilation is lowered and it is easier to identify these pieces of
information.

Signed-off-by: Joe Stringer <joe@ovn.org>
Acked-by: Andy Zhou <azhou@ovn.org>
Acked-by: Ryan Moats <rmoats@us.ibm.com>
Vagrantfile