Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2017-11-27 15:38:43 +0300
committerCorinna Vinschen <corinna@vinschen.de>2017-11-27 16:34:40 +0300
commitbc14f1c17487244f9a3c0fccd3400788635a0d48 (patch)
treed47ace90a105063892e1d45b09c61f97e6d3c549 /winsup
parent9789cdffde8bd365ca8fa94e924c870fa043e28a (diff)
cygwin: improve tags generation
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index add1de0e9..bc452087f 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -774,7 +774,10 @@ sigfe.o: sigfe.s $(srcdir)/$(TLSOFFSETS_H)
ctags: CTAGS
tags: CTAGS
CTAGS:
- -cd $(srcdir) && ctags -R --regex-C++='/^([a-zA-Z0-9_]*::[a-zA-Z0-9_]*) /\1/f/' .
+ -cd $(srcdir) && \
+ ctags -R --c++-kinds=+p --fields=+iaS --extra=+q \
+ --regex-C++='/EXPORT_ALIAS *\([[a-zA-Z0-9_]*, *([a-zA-Z0-9_]*)\)/\1/' \
+ @newlib_headers@ .
deps:=${wildcard *.d}
ifneq (,$(deps))