Skip to content

Commit

Permalink
vagrant: Enable silent-rules for configure.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
joestringer committed May 26, 2016
1 parent 53de752 commit 1a523ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -20,7 +20,7 @@ SCRIPT
$configure_ovs = <<SCRIPT
mkdir -p ~/build
cd ~/build
/vagrant/configure --with-linux=/lib/modules/`uname -r`/build
/vagrant/configure --with-linux=/lib/modules/`uname -r`/build --enable-silent-rules
SCRIPT

$build_ovs = <<SCRIPT
Expand Down

0 comments on commit 1a523ec

Please sign in to comment.