* Makefile.in (TAGS): New target.
authorTom Tromey <tromey@redhat.com>
Mon, 7 Mar 2011 17:03:51 +0000 (17:03 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 7 Mar 2011 17:03:51 +0000 (17:03 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/Makefile.in

index e2d32a3..4611aa9 100644 (file)
@@ -1,5 +1,9 @@
 2011-03-07  Tom Tromey  <tromey@redhat.com>
 
+       * Makefile.in (TAGS): New target.
+
+2011-03-07  Tom Tromey  <tromey@redhat.com>
+
        * lib/opencl.exp (skip_opencl_tests): Update for exit message
        change.
        * lib/mi-support.exp (mi_gdb_test): Update for exit message
index 3d6bf42..a53f9fd 100644 (file)
@@ -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`