]> git.ipfire.org Git - thirdparty/openssl.git/commit - .gitignore
util/ctags.sh: a script for generating tags file with expanding macros
authorMasatake YAMATO <yamato@redhat.com>
Tue, 17 Jan 2023 04:59:51 +0000 (13:59 +0900)
committerTomas Mraz <tomas@openssl.org>
Thu, 18 May 2023 11:29:43 +0000 (13:29 +0200)
commit859521e57970027c2ec763928753a1e5f843cf69
tree576fa30f92713261b210e33969a9b4433f893418
parent26cf0767a71743de00cd20f90526052358d67d03
util/ctags.sh: a script for generating tags file with expanding macros

This script requires Universal Ctags 6.0.0 or newer.

Usage:

./util/ctags.sh [...options passed to ctags...]

Fixing #10251

Running the script in "tags" make target is suggested by
Dmitry Belyavskiy <beldmit@gmail.com>.

The falling back action for running older ctags if u-ctags 6 is not
available is suggested
by Dr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20960)
.ctags.d/add-dir.ctags [new file with mode: 0644]
.ctags.d/exclude.ctags [new file with mode: 0644]
.ctags.d/openssl-stage1/10extrac-macrodefs.ctags [new file with mode: 0644]
.ctags.d/openssl-stage2/.gitignore [new file with mode: 0644]
.ctags.d/openssl-stage2/10expand-macros.ctags [new file with mode: 0644]
.gitignore
Configurations/unix-Makefile.tmpl
util/ctags.sh [new file with mode: 0755]