public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tags file generation fixup
@ 2005-12-26  1:47 Samuel Thibault
  2005-12-26 23:20 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: Samuel Thibault @ 2005-12-26  1:47 UTC (permalink / raw)
  To: torvalds, akpm, linux-kernel

Hi,

Here is a fixup for tags file generation, for proper tags of
__releases/__acquires functions.

Regards,
Samuel

Signed-off-by: samuel.thibault@ens-lyon.org

--- Makefile.orig	2005-12-26 02:43:06.000000000 +0100
+++ Makefile	2005-12-26 02:43:46.000000000 +0100
@@ -1227,7 +1227,7 @@
 quiet_cmd_TAGS = MAKE   $@
 define cmd_TAGS
 	rm -f $@; \
-	ETAGSF=`etags --version | grep -i exuberant >/dev/null && echo "-I __initdata,__exitdata,EXPORT_SYMBOL,EXPORT_SYMBOL_GPL --extra=+f"`; \
+	ETAGSF=`etags --version | grep -i exuberant >/dev/null && echo "-I __initdata,__exitdata,__acquires,__releases,EXPORT_SYMBOL,EXPORT_SYMBOL_GPL --extra=+f"`; \
 	$(all-sources) | xargs etags $$ETAGSF -a
 endef
 
@@ -1238,7 +1238,7 @@
 quiet_cmd_tags = MAKE   $@
 define cmd_tags
 	rm -f $@; \
-	CTAGSF=`ctags --version | grep -i exuberant >/dev/null && echo "-I __initdata,__exitdata,EXPORT_SYMBOL,EXPORT_SYMBOL_GPL --extra=+f"`; \
+	CTAGSF=`ctags --version | grep -i exuberant >/dev/null && echo "-I __initdata,__exitdata,__acquires,__releases,EXPORT_SYMBOL,EXPORT_SYMBOL_GPL --extra=+f"`; \
 	$(all-sources) | xargs ctags $$CTAGSF -a
 endef
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] tags file generation fixup
  2005-12-26  1:47 [PATCH] tags file generation fixup Samuel Thibault
@ 2005-12-26 23:20 ` Sam Ravnborg
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2005-12-26 23:20 UTC (permalink / raw)
  To: Samuel Thibault, torvalds, akpm, linux-kernel

On Mon, Dec 26, 2005 at 02:47:18AM +0100, Samuel Thibault wrote:
> Hi,
> 
> Here is a fixup for tags file generation, for proper tags of
> __releases/__acquires functions.

Applied,

	Sam

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-12-26 23:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-26  1:47 [PATCH] tags file generation fixup Samuel Thibault
2005-12-26 23:20 ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox