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
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2022-03-01 18:09:09 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-03-01 18:09:31 +0300
commit2bf579f513a5c8ee26f37517188c492a8b58f99d (patch)
treeb84bd1736e1d98629c63702d89c96cb7a5d5bcc1
parent4ee19860bd0b926528dd4d8624f43cb87a76273d (diff)
Cygwin: Makefile: fix ctags --extras option
--extra is deprectated, use --extras Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.am b/winsup/cygwin/Makefile.am
index 2b8e87fcd..ca499bcc5 100644
--- a/winsup/cygwin/Makefile.am
+++ b/winsup/cygwin/Makefile.am
@@ -769,7 +769,7 @@ ctags: CTAGS
tags: CTAGS
CTAGS:
-cd $(srcdir) && \
- ctags -R --c++-kinds=+p --fields=+iaS --extra=+q \
+ ctags -R --c++-kinds=+p --fields=+iaS --extras=+q \
--regex-C++='/EXPORT_ALIAS *\([a-zA-Z0-9_]*, *([a-zA-Z0-9_]*)\)/\1/' \
--regex-C++='/__ASMNAME *\("([a-zA-Z0-9_]+)"\)/\1/' \
.