From: Tom Tromey Date: Mon, 7 Mar 2011 17:03:51 +0000 (+0000) Subject: * Makefile.in (TAGS): New target. X-Git-Tag: gdb_7_3-branchpoint~366 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6bf58e63b731f1edfa66c6914117ad286736185c;p=thirdparty%2Fbinutils-gdb.git * Makefile.in (TAGS): New target. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e2d32a3598b..4611aa9d24c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-03-07 Tom Tromey + + * Makefile.in (TAGS): New target. + 2011-03-07 Tom Tromey * lib/opencl.exp (skip_opencl_tests): Update for exit message diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index 3d6bf428071..a53f9fdacb8 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`