Commit 4e2b2eee by Aldy Hernandez Committed by Aldy Hernandez

Makefile.in (TAGS): Handle constructs in common.opt, rtl.def, tree.def, and gimple.def

	* Makefile.in (TAGS): Handle constructs in common.opt, rtl.def,
	tree.def, and gimple.def

From-SVN: r214822
parent 9a771876
2014-09-02 Aldy Hernandez <aldyh@redhat.com>
* Makefile.in (TAGS): Handle constructs in common.opt, rtl.def,
tree.def, and gimple.def
2014-09-02 Jakub Jelinek <jakub@redhat.com> 2014-09-02 Jakub Jelinek <jakub@redhat.com>
Balaji V. Iyer <balaji.v.iyer@intel.com> Balaji V. Iyer <balaji.v.iyer@intel.com>
Igor Zamyatin <igor.zamyatin@intel.com> Igor Zamyatin <igor.zamyatin@intel.com>
...@@ -3803,7 +3803,10 @@ TAGS: lang.tags ...@@ -3803,7 +3803,10 @@ TAGS: lang.tags
incs="$$incs --include $$dir/TAGS.sub"; \ incs="$$incs --include $$dir/TAGS.sub"; \
fi; \ fi; \
done; \ done; \
etags -o TAGS.sub c-family/*.h c-family/*.c *.h *.c *.cc; \ etags -o TAGS.sub c-family/*.h c-family/*.c *.h *.c *.cc \
--language=none --regex="/\(char\|unsigned int\|int\|bool\|void\|HOST_WIDE_INT\|enum [A-Za-z_0-9]+\) [*]?\([A-Za-z_0-9]+\)/\2/" common.opt \
--language=none --regex="/\(DEF_RTL_EXPR\|DEFTREECODE\|DEFGSCODE\).*(\([A-Za-z_0-9]+\)/\2/" rtl.def tree.def gimple.def \
; \
etags --include TAGS.sub $$incs) etags --include TAGS.sub $$incs)
# ----------------------------------------------------- # -----------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment