X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=ed6b3e9092be25dad0adf4226d95a1c4345b3f1b;hb=3dcf795cf07885285124eed88fb44fc7d70a28c6;hp=99c140812739b5098aff3a62d1b8e8a949755850;hpb=1affb31ef528dcbc90b718bd70a9882a4225a385;p=vpp.git diff --git a/Makefile b/Makefile index 99c14081273..ed6b3e9092b 100644 --- a/Makefile +++ b/Makefile @@ -594,7 +594,7 @@ json-api-files-debug: .PHONY: ctags ctags: ctags.files - @ctags --totals --tag-relative -L $< + @ctags --totals --tag-relative=yes -L $< @rm $< .PHONY: gtags @@ -631,7 +631,7 @@ fixstyle: .PHONY: checkstyle-api checkstyle-api: - @extras/scripts/crcchecker.py --check-patch + @extras/scripts/crcchecker.py --check-patchset # necessary because Bug 1696324 - Update to python3.6 breaks PyYAML dependencies # Status: CLOSED CANTFIX