From: Neil Horman Date: Fri, 4 Jul 2025 11:57:19 +0000 (-0400) Subject: Add .[ch].in files to ctags X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=517c1d6fa0ac29216b862eaacca44138366952c3;p=thirdparty%2Fopenssl.git Add .[ch].in files to ctags Pull in our templates for various c and h files for searching Fixes #27966 Reviewed-by: Paul Yang Reviewed-by: Dmitry Belyavskiy Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/27967) --- diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index fe215679bad..a55f3ee1382 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -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'`