public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin/cygwin-3_3-branch] Cygwin: Makefile: fix ctags --extras option
@ 2022-03-01 15:24 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2022-03-01 15:24 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2bf579f513a5c8ee26f37517188c492a8b58f99d

commit 2bf579f513a5c8ee26f37517188c492a8b58f99d
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue Mar 1 16:09:09 2022 +0100

    Cygwin: Makefile: fix ctags --extras option
    
    --extra is deprectated, use --extras
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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/' \
 	.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-01 15:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01 15:24 [newlib-cygwin/cygwin-3_3-branch] Cygwin: Makefile: fix ctags --extras option Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).