* [PATCH]add '--extra=+f' to ctags in Makefile in order to search for file names
@ 2005-01-12 4:30 John Kacur
0 siblings, 0 replies; only message in thread
From: John Kacur @ 2005-01-12 4:30 UTC (permalink / raw)
To: kai, sam; +Cc: linux-kernel
I usually add the following to ctags in the Makefile so I can search for
file names in my editor. If you think others would find this useful too,
then please apply.
--- linux-2.6.10/Makefile.orig 2005-01-11 22:45:30.971843616 -0500
+++ linux-2.6.10/Makefile 2005-01-11 22:56:07.308105800 -0500
@@ -1167,7 +1167,7 @@
define cmd_tags
rm -f $@; \
CTAGSF=`ctags --version | grep -i exuberant >/dev/null && echo
"-I __initdata,__exitdata,EXPORT_SYMBOL,EXPORT_SYMBOL_NOVERS"`; \
- $(all-sources) | xargs ctags $$CTAGSF -a
+ $(all-sources) | xargs ctags $$CTAGSF -a --extra=+f
endef
TAGS: FORCE
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-01-12 4:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-12 4:30 [PATCH]add '--extra=+f' to ctags in Makefile in order to search for file names John Kacur
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.