[gnu.gcc.bug] small suggestion re TAGS in Makefile

shep@ALLSPICE.LCS.MIT.EDU (Tim Shepard) (03/26/89)

This way you only see the current configuration in tags.

*** /tmp/,RCSt1026955	Sat Mar 25 14:50:25 1989
--- Makefile	Fri Mar 10 00:22:09 1989
***************
*** 500,506 ****
  TAGS: force
  	mkdir temp
  	-mv c-parse.tab.c cplus-parse.c cplus-parse.h cexp.c temp
! 	etags *.y *.h *.c
  	mv temp/* .
  	rmdir temp
  
--- 500,506 ----
  TAGS: force
  	mkdir temp
  	-mv c-parse.tab.c cplus-parse.c cplus-parse.h cexp.c temp
! 	etags `/bin/ls *.y *.h *.c | egrep -v -e '(output|tm|xm)-'`
  	mv temp/* .
  	rmdir temp