From: Jerome Tollet Date: Sat, 5 Dec 2020 10:01:14 +0000 (+0100) Subject: build: update ctags --tag-relative option used in make ctags X-Git-Tag: v21.06-rc0~15 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F90%2F30290%2F3;p=vpp.git build: update ctags --tag-relative option used in make ctags Type: fix Exhuberant ctags --tag-relative expects =[yes|no] Signed-off-by: Jerome Tollet Change-Id: Ic60b7014508d5c8c286f85f26e9eb0bdc0e90aa5 --- diff --git a/Makefile b/Makefile index 99c14081273..ee83d7af358 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