]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* 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 e2d32a3598b2f6619cdc638324dbf06199e51862..4611aa9d24ccc03d438b8c4206932534f658d1aa 100644 (file)
@@ -1,3 +1,7 @@
+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
index 3d6bf4280710d0bc3d67c240ebf32b8eb63b5fa4..a53f9fdacb8e2e4f6e4c0fb9d3a6817c21061e80 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`