From 1a523ec4fb50be3c887e3cdd0ae8b7bf6b4187e6 Mon Sep 17 00:00:00 2001 From: Joe Stringer Date: Fri, 20 May 2016 11:49:59 -0700 Subject: 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 Acked-by: Andy Zhou Acked-by: Ryan Moats --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 69c1deaef..3557095a2 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -20,7 +20,7 @@ SCRIPT $configure_ovs = <