public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@sourceware.org>
To: cygwin-cvs@sourceware.org
Subject: [newlib-cygwin] Cygwin: revert handwritten tags/ctags target, take 2
Date: Thu,  6 May 2021 11:35:46 +0000 (GMT)	[thread overview]
Message-ID: <20210506113546.394B23860C3B@sourceware.org> (raw)

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

commit 9ea0f3766744082836a154981dc8f099192614f9
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Thu May 6 13:35:26 2021 +0200

    Cygwin: revert handwritten tags/ctags target, take 2
    
    Fix accidental checkin of the wrong test version
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/Makefile.am | 22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

diff --git a/winsup/cygwin/Makefile.am b/winsup/cygwin/Makefile.am
index f75a10bc0..c43f72ff9 100644
--- a/winsup/cygwin/Makefile.am
+++ b/winsup/cygwin/Makefile.am
@@ -8,7 +8,7 @@
 
 # This makefile requires GNU make.
 
-#AUTOMAKE_OPTIONS=-Wno-override
+AUTOMAKE_OPTIONS=-Wno-override
 
 include $(top_srcdir)/Makefile.am.common
 
@@ -25,10 +25,6 @@ if TARGET_X86_64
 AM_CCASFLAGS=-D_WIN64
 endif
 
-AM_CTAGSFLAGS=-R -f $(srcdir)/tags --c++-kinds=+p --fields=+iaS --extra=+q \
-	--regex-C++='/EXPORT_ALIAS *\([a-zA-Z0-9_]*, *([a-zA-Z0-9_]*)\)/\1/' \
-	--regex-C++='/__ASMNAME *\("([a-zA-Z0-9_]+)"\)/\1/'
-
 target_builddir=@target_builddir@
 newlib_build=$(target_builddir)/newlib
 
@@ -776,11 +772,11 @@ uninstall-headers:
 uninstall-ldif:
 	rm -f $(DESTDIR)$(datarootdir)/cygwin/cygwin.ldif
 
-#ctags: CTAGS
-#tags:  CTAGS
-#CTAGS:
-#	-cd $(srcdir) && \
-#	ctags -R --c++-kinds=+p --fields=+iaS --extra=+q \
-#	--regex-C++='/EXPORT_ALIAS *\([a-zA-Z0-9_]*, *([a-zA-Z0-9_]*)\)/\1/' \
-#	--regex-C++='/__ASMNAME *\("([a-zA-Z0-9_]+)"\)/\1/' \
-#	.
+ctags: CTAGS
+tags:  CTAGS
+CTAGS:
+	-cd $(srcdir) && \
+	ctags -R --c++-kinds=+p --fields=+iaS --extra=+q \
+	--regex-C++='/EXPORT_ALIAS *\([a-zA-Z0-9_]*, *([a-zA-Z0-9_]*)\)/\1/' \
+	--regex-C++='/__ASMNAME *\("([a-zA-Z0-9_]+)"\)/\1/' \
+	.


                 reply	other threads:[~2021-05-06 11:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210506113546.394B23860C3B@sourceware.org \
    --to=corinna@sourceware.org \
    --cc=cygwin-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).