build: update ctags --tag-relative option used in make ctags 90/30290/3
authorJerome Tollet <jtollet@cisco.com>
Sat, 5 Dec 2020 10:01:14 +0000 (11:01 +0100)
committerDamjan Marion <dmarion@me.com>
Mon, 14 Dec 2020 15:57:27 +0000 (15:57 +0000)
Type: fix

Exhuberant ctags --tag-relative expects =[yes|no]

Signed-off-by: Jerome Tollet <jtollet@cisco.com>
Change-Id: Ic60b7014508d5c8c286f85f26e9eb0bdc0e90aa5

Makefile

index 99c1408..ee83d7a 100644 (file)
--- 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