configure: Enable silent rules.
[sliver-openvswitch.git] / utilities / ovs-dev.py
index dff1a3a..e8280ff 100755 (executable)
@@ -63,7 +63,7 @@ def conf():
     configure = ["../configure", "--prefix=" + ROOT, "--localstatedir=" + ROOT,
                  "--with-logdir=%s/log" % ROOT, "--with-rundir=%s/run" % ROOT,
                  "--with-linux=/lib/modules/%s/build" % uname(),
-                 "--with-dbdir=" + ROOT]
+                 "--enable-silent-rules", "--with-dbdir=" + ROOT, "--silent"]
 
     if options.werror:
         configure.append("--enable-Werror")