From: Keith Burns (alagalah) Date: Sun, 3 Jul 2016 00:54:36 +0000 (-0700) Subject: Add gtags option to use ctags. Hidden option in Makefile X-Git-Tag: v16.09-rc1~216 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=4b72a5812c1068234314ccf4179ea91afe849b40;p=vpp.git Add gtags option to use ctags. Hidden option in Makefile Change-Id: I6b01c1f2beec37d7aaad1ab9dab303835a9feb49 Signed-off-by: Keith Burns (alagalah) --- diff --git a/Makefile b/Makefile index 94ba90d0821..ad604765637 100644 --- a/Makefile +++ b/Makefile @@ -219,6 +219,9 @@ ctags: ctags.files @ctags --totals --tag-relative -L $< @rm $< +gtags: ctags + @gtags --gtagslabel=ctags + cscope: cscope.files @cscope -b -q -v