[CRIU] [PATCHv2 1/2] build/nmk: use TAGS instead ETAGS and CTAGS
Cyrill Gorcunov
gorcunov at gmail.com
Thu Feb 25 04:38:26 PST 2016
On Thu, Feb 25, 2016 at 03:25:08PM +0300, Pavel Emelyanov wrote:
> >
> > Nope. I use both :) So I guess better to stick with backward
> > compatibility.
> >
> > make tags --> generate ctags
> > make TAGS --> generate etags
>
> Typing smth in command line in capital letters is annoying :(
> Do ctags and etags generate different filenames?
They use different file format. We've been sitting with ctags
all the time earlier. etags is a new one so I think it deserves
own target. ctags generate "tags" file while etags -- TAGS
if I'm not mistaken.
More information about the CRIU
mailing list