Makefile.common |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.common b/Makefile.common
--- a/Makefile.common
+++ b/Makefile.common
@@ -47,7 +47,7 @@ cpplint:
        @cpplint=$$(find $(top_srcdir)/tests -name cpplint.py -mtime -30); \
        test -z "$$cpplint" && wget -O $(top_srcdir)/tests/cpplint.py 
https://raw.githubusercontent.com/google/styleguide/gh-pages/cpplint/cpplint.py 
2>&1 && touch $(top_srcdir)/tests/cpplint.py; \
        find . -path '*/.[a-zA-Z0-9]*' -or -path '*/cluster_sim_uml/*' -prune 
-or \( -name '*.[CH]' -or -name '*.hh' -or -name '*.[ch]pp' -or -name 
'*.[ch]xx' \) -exec echo "Invalid file name: {}" \; 1>&2 ; \
-       find . -path '*/.[a-zA-Z0-9]*' -or -path '*/cluster_sim_uml/*' -prune 
-or \( -name '*.cc' -or -name '*.h' \) -exec python 
$(top_srcdir)/tests/cpplint.py --extensions=cc,h {} \; ; \
+       find . -path '*/.[a-zA-Z0-9]*' -or -path '*/cluster_sim_uml/*' -prune 
-or \( -name '*.cc' -or -name '*.h' \) -exec python 
$(top_srcdir)/tests/cpplint.py --filter=-build/include,-build/header 
--extensions=cc,h {} \; ; \
        true
 
 shellcheck:

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
_______________________________________________
Opensaf-devel mailing list
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to