Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Michael Snyder <msnyder@vmware.com>
To: Tom Tromey <tromey@redhat.com>
Cc: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>
Subject: Re: FYI: add TAGS target in testsuite
Date: Mon, 07 Mar 2011 20:10:00 -0000	[thread overview]
Message-ID: <4D753953.5040601@vmware.com> (raw)
In-Reply-To: <m3vczun9qt.fsf@fleche.redhat.com>

Tom Tromey wrote:
> I am checking this in.
> 
> I wanted to be able to use tags in the testsuite.  This patch adds a
> "TAGS" target to the testsuite Makefile.
> 
> I am undecided as to whether I should add this to gdb/TAGS via `etags
> --include'.  If you use etags, and have an opinion, let me know.

I use etags.  My preference would be not to.  These test files aren't
part of gdb.

> 2011-03-07  Tom Tromey  <tromey@redhat.com>
> 
> 	* Makefile.in (TAGS): New target.
> 
> diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in
> index c1356c5..8017ff0 100644
> --- a/gdb/testsuite/Makefile.in
> +++ b/gdb/testsuite/Makefile.in
> @@ -242,3 +242,7 @@ Makefile : Makefile.in config.status $(host_makefile_frag)
>  
>  config.status: configure
>  	$(SHELL) config.status --recheck
> +
> +TAGS: force
> +	etags --language=none --regex='/proc[ \t]+\([^ \t]+\)/\1/' \
> +	  `find $(srcdir) -name '*.exp' -print`


      parent reply	other threads:[~2011-03-07 20:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-07 17:24 Tom Tromey
2011-03-07 18:00 ` Pierre Muller
     [not found] ` <21165.0532474325$1299518488@news.gmane.org>
2011-03-07 18:06   ` Tom Tromey
2011-03-07 18:42     ` Eli Zaretskii
2011-03-08  1:11       ` Tom Tromey
2011-03-07 18:43 ` FYI: " Eli Zaretskii
2011-03-07 20:10 ` Michael Snyder [this message]

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=4D753953.5040601@vmware.com \
    --to=msnyder@vmware.com \
    --cc=gdb-patches@sourceware.org \
    --cc=tromey@redhat.com \
    /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