Makefile.in (TAGS): Merge all the *.def files into one pattern.

* Makefile.in (TAGS): Merge all the *.def files into one pattern.
	Handle params.def.

From-SVN: r253674
This commit is contained in:
Aldy Hernandez 2017-10-12 08:21:44 +00:00 committed by Aldy Hernandez
parent 6089393b74
commit 712716d2a0
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2017-10-12 Aldy Hernandez <aldyh@redhat.com>
* Makefile.in (TAGS): Merge all the *.def files into one pattern.
Handle params.def.
2017-10-12 Jakub Jelinek <jakub@redhat.com>
PR c++/82159

View File

@ -4135,8 +4135,7 @@ TAGS: lang.tags
../include/*.h ../libiberty/*.c \
../libcpp/*.c ../libcpp/include/*.h \
--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 \
--language=none --regex="/DEFTIMEVAR (\([A-Za-z_0-9]+\)/\1/" timevar.def \
--language=none --regex="/\(DEF_RTL_EXPR\|DEFTREECODE\|DEFGSCODE\|DEFTIMEVAR\|DEFPARAM\|DEFPARAMENUM5\)[ ]?(\([A-Za-z_0-9]+\)/\2/" rtl.def tree.def gimple.def timevar.def params.def \
; \
etags --include TAGS.sub $$incs)