Configure has an option which supports quieter compilation. Signed-off-by: Ethan Jackson <et...@nicira.com> --- configure.ac | 2 ++ utilities/ovs-dev.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac index 9b6c69e..19c095e 100644 --- a/configure.ac +++ b/configure.ac @@ -137,4 +137,6 @@ if test "$HAVE_NETLINK" = yes && test "$ESX" = no; then AC_DEFINE([LINUX_DATAPATH], [1], [System uses the linux datapath module.]) fi +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) + AC_OUTPUT diff --git a/utilities/ovs-dev.py b/utilities/ovs-dev.py index 80f0b80..0be1084 100755 --- a/utilities/ovs-dev.py +++ b/utilities/ovs-dev.py @@ -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, "--silent"] + "--enable-silent-rules", "--with-dbdir=" + ROOT, "--silent"] if options.werror: configure.append("--enable-Werror") -- 1.8.1.2 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev