]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add .[ch].in files to ctags
authorNeil Horman <nhorman@openssl.org>
Fri, 4 Jul 2025 11:57:19 +0000 (07:57 -0400)
committerNeil Horman <nhorman@openssl.org>
Sun, 6 Jul 2025 16:05:48 +0000 (12:05 -0400)
Pull in our templates for various c and h files for searching

Fixes #27966

Reviewed-by: Paul Yang <paulyang.inf@gmail.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27967)

Configurations/unix-Makefile.tmpl

index fe215679badd580fcb769b03683abbbe939653c8..a55f3ee1382583bf3107493ba8627940377420ea 100644 (file)
@@ -1419,7 +1419,7 @@ ordinals: build_generated
 test_ordinals:
        "$(MAKE)" run_tests TESTS=test_ordinals
 
-tags TAGS: FORCE
+tags TAGS: FORCE build_generated
        rm -f TAGS tags
        -( cd $(SRCDIR); util/ctags.sh )
        -etags `find . -name '*.[ch]' -o -name '*.pm'`