Subject: Re: wsdisplay_accessops initialization
To: Masao Uebayashi <uebayasi@soum.co.jp>
From: Alistair Crooks <agc@pkgsrc.org>
List: tech-kern
Date: 01/30/2002 11:33:51
On Wed, Jan 30, 2002 at 11:39:43AM +0900, Masao Uebayashi wrote:
> > The advice I give everyone working on a project with more than like 5
> > directories:
> > 
> > cd /usr/pkgsrc/devel/id-utils
> > make
> > make install
> (snip)
> 
> My favoriate is Cscope (devel/cscope).
> 
>   % cd /usr/pkgsrc/devel/cscope
>   % make
>   % make install
>   % cd /sys
>   % cscope -Rb
>   % cscope

There's a useful frontend for cscope called cbrowser
(pkgsrc/devel/cbrowser).

Personally, I've just finished a project where I found the id-utils
indispensable, but it didn't handle assembler source files well
(at all), but, there again, I don't think cscope does either.

Regards,
Alistair