Path: utzoo!telly!attcan!uunet!tut.cis.ohio-state.edu!ALLSPICE.LCS.MIT.EDU!shep From: shep@ALLSPICE.LCS.MIT.EDU (Tim Shepard) Newsgroups: gnu.gcc.bug Subject: small suggestion re TAGS in Makefile Message-ID: <8903251957.AA26965@PTT.LCS.MIT.EDU> Date: 25 Mar 89 19:57:47 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 22 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