X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=35140711d09b2be2b0cc52207259191beb77cd09;hb=5c318c70;hp=84f137e242a26b9d51cb4fb45863cf00b2a9b9cc;hpb=aa55a926feca1e281494120de5550cbfb32e9d5f;p=vpp.git diff --git a/Makefile b/Makefile index 84f137e242a..35140711d09 100644 --- a/Makefile +++ b/Makefile @@ -227,6 +227,7 @@ help: @echo " checkstyle - check coding style" @echo " checkstyle-commit - check commit message format" @echo " checkstyle-test - check test framework coding style" + @echo " checkstyle-api - check api for incompatible changes" @echo " fixstyle - fix coding style" @echo " doxygen - (re)generate documentation" @echo " bootstrap-doxygen - setup Doxygen dependencies" @@ -677,6 +678,10 @@ checkstyle-all: checkstyle-commit checkstyle checkstyle-test fixstyle: @build-root/scripts/checkstyle.sh --fix +.PHONY: checkstyle-api +checkstyle-api: + @extras/scripts/crcchecker.py --check-patch + # necessary because Bug 1696324 - Update to python3.6 breaks PyYAML dependencies # Status: CLOSED CANTFIX # https://bugzilla.redhat.com/show_bug.cgi?id=1696324