1 Jul 2010 19:20
Re: [PATCH] make tags / make ctags broken
Florian Schlichting <fschlich <at> CIS.FU-Berlin.DE>
2010-07-01 17:20:06 GMT
2010-07-01 17:20:06 GMT
On Wed, Jun 30, 2010 at 10:17:43AM -0700, Russ Allbery wrote: > I suspect you're the first person to run that command in a while, so if > there's now a better way that doesn't require Makefile infrastructure, I > vote for just removing it. this is my suggestion on how to do this. Note that my patch also removes the etags target (only in the toplevel makefile), which is probably still functional and thus not really necessary... Florian --- remove broken tags / ctags make targets These targets have been broken for some time and wouldn't work with GNU ctags anyway. Just do 'ctags -R' in the toplevel source directory and put 'set tags=./tags,tags,/path/to/source/tags' in your .vimrc if you want to use tags. --- Makefile | 9 +++------ Makefile.global.in | 1 - authprogs/Makefile | 3 --- backends/Makefile | 8 +------- doc/Makefile | 1 - doc/man/Makefile | 1 - doc/pod/hacking.pod | 9 ++++----- expire/Makefile | 8 +------- frontends/Makefile | 8 +------- history/Makefile | 3 --- include/Makefile | 2 +-(Continue reading)
RSS Feed