aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Tollet <jtollet@cisco.com>2020-12-05 11:01:14 +0100
committerDamjan Marion <dmarion@me.com>2020-12-14 15:57:27 +0000
commitdf5fbf6b904585bfb31505f29fb4e99665b80098 (patch)
tree4c2dc33459037f462f5158084e184c9db18922a8
parentf0ca1e8d92114582ec9142bd15a40f1eb0102793 (diff)
build: update ctags --tag-relative option used in make ctags
Type: fix Exhuberant ctags --tag-relative expects =[yes|no] Signed-off-by: Jerome Tollet <jtollet@cisco.com> Change-Id: Ic60b7014508d5c8c286f85f26e9eb0bdc0e90aa5
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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