You right, I use to run> ctags -R on the kernel dir which was building all architechtures but with > make tags it only build the architecture that I am on (x86) Thanks
On Mon, Sep 28, 2009 at 7:03 PM, Luciano Rocha <[email protected]> wrote: > On Mon, Sep 28, 2009 at 06:46:11PM +0200, Mena Soliko wrote: > > Hi,I am currently learning the kernel, I am using ctags and cscope. > > I am testing on x86 architechture only (for now), I want to > > delete unnecessary architecture files (because the tags it bloated) . > > Can I delete all from /arch/ except the x86 folder, and what other kernel > > sources can I delete? > > Better yet: > > make tags > > There's a lot of gems in Linux' Makefile: make help > > Regards, > Luciano Rocha > > -- > Luciano Rocha <[email protected]> > Eurotux Informática, S.A. <http://www.eurotux.com/> >
