diff mbox

[ovs-dev] Makefile.am: Suppress echoing of "Avoid include/ depending on lib/" commands

Message ID 0f3245b0a3297937469c6d0b87076494cd171204.1487780302.git.tredaelli@redhat.com
State Accepted
Headers show

Commit Message

Timothy Redaelli Feb. 22, 2017, 4:18 p.m. UTC
Build check added in commit c458e4a3

Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/Makefile.am b/Makefile.am
index 7ff66fe..147152d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -230,7 +230,7 @@  config-h-check:
 	  echo "every C source file must #include <config.h>."; \
 	  exit 1; \
 	fi
-	if grep '#include' $(srcdir)/include/openvswitch/*.h | \
+	@if grep '#include' $(srcdir)/include/openvswitch/*.h | \
 	    grep -vE '(<.*>)|("openvswitch)|("openflow)'; \
 	then \
 	  echo "See above for list of violations of the rule that"; \