Patch: FYI: java Make-lang.in fixlet

Tom Tromey tromey@redhat.com
Wed Aug 29 02:43:00 GMT 2007


I'm checking this in.

gcc/java no longer has any .y files, so we should not try to tag them.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* Make-lang.in (java.tags): Don't tag '*.y' files.

Index: Make-lang.in
===================================================================
--- Make-lang.in	(revision 127867)
+++ Make-lang.in	(working copy)
@@ -123,7 +123,7 @@
 
 
 java.tags: force
-	cd $(srcdir)/java; etags -o TAGS.sub *.y *.c *.h --language=none \
+	cd $(srcdir)/java; etags -o TAGS.sub *.c *.h --language=none \
 	  --regex='/DEFTREECODE [(]\([A-Z_]+\)/\1/' java-tree.def; \
 	etags --include TAGS.sub --include ../TAGS.sub
 



More information about the Gcc-patches mailing list