aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-03-07 17:03:51 +0000
committerTom Tromey <tromey@redhat.com>2011-03-07 17:03:51 +0000
commit6bf58e63b731f1edfa66c6914117ad286736185c (patch)
tree83981801d15508c2383a190f3ee8e9d873d561af /gdb/testsuite/Makefile.in
parentb11896a5276900e7fda0bb6b7cd9d2b31a4945b3 (diff)
downloadgdb-6bf58e63b731f1edfa66c6914117ad286736185c.zip
gdb-6bf58e63b731f1edfa66c6914117ad286736185c.tar.gz
gdb-6bf58e63b731f1edfa66c6914117ad286736185c.tar.bz2
* Makefile.in (TAGS): New target.
Diffstat (limited to 'gdb/testsuite/Makefile.in')
-rw-r--r--gdb/testsuite/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in
index 3d6bf42..a53f9fd 100644
--- a/gdb/testsuite/Makefile.in
+++ b/gdb/testsuite/Makefile.in
@@ -243,3 +243,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`