* Makefile.in (TAGS): Rewrite.
authorTom Tromey <tromey@redhat.com>
Mon, 7 Mar 2011 22:02:45 +0000 (22:02 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 7 Mar 2011 22:02:45 +0000 (22:02 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/Makefile.in

index f98e365af5a9d4e42c0bd2514277d2f15631f5cf..e5092b1c359b874b599d786d75243c224ba8e63a 100644 (file)
@@ -1,3 +1,7 @@
+2011-03-07  Tom Tromey  <tromey@redhat.com>
+
+       * Makefile.in (TAGS): Rewrite.
+
 2011-03-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.trace/report.exp (12.1: trace report #1): New match for the
index a53f9fdacb8e2e4f6e4c0fb9d3a6817c21061e80..8b22324ef2952f3697437bc22b04320a8a378ffe 100644 (file)
@@ -245,5 +245,5 @@ config.status: configure
        $(SHELL) config.status --recheck
 
 TAGS: force
-       etags --language=none --regex='/proc[ \t]+\([^ \t]+\)/\1/' \
-         `find $(srcdir) -name '*.exp' -print`
+       find $(srcdir) -name '*.exp' -print | \
+           etags --regex='/proc[ \t]+\([^ \t]+\)/\1/' -
This page took 0.033782 seconds and 4 git commands to generate.