Skip to content

Commit

Permalink
ovs-dev.py: Configure silently.
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Jackson <[email protected]>
Acked-by: Joe Stringer <[email protected]>
  • Loading branch information
ejj committed Jan 22, 2014
1 parent a2a2ac7 commit e740cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/ovs-dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
"--with-dbdir=" + ROOT, "--silent"]

if options.werror:
configure.append("--enable-Werror")
Expand Down

0 comments on commit e740cdb

Please sign in to comment.