3 messages in com.xensource.lists.xen-develRe: [Xen-devel] [PATCH] add a 'tags' ...
FromSent OnAttachments
Rik van Riel28 Mar 2005 12:54 
Keir Fraser28 Mar 2005 13:30 
Rik van Riel28 Mar 2005 13:32 
Subject:Re: [Xen-devel] [PATCH] add a 'tags' target for ctags
From:Rik van Riel (ri@redhat.com)
Date:03/28/2005 01:32:49 PM
List:com.xensource.lists.xen-devel

On Mon, 28 Mar 2005, Keir Fraser wrote:

On 28 Mar 2005, at 21:54, Rik van Riel wrote:

Add a 'tags' target for ctags, just like the kernel has. I use this all the time...

There's already a TAGS target that does just about the same thing, except it invokes 'etags -' rather than 'xargs ctags'. Do we really need both? And, if so, can they share the find expression?

Sharing the find expression sounds like a good idea.

If the one tag could invoke either etags or ctags, that would work fine for me - however, the editor I use understands ctags tags files, and I don't have etags installed...