how to 'install' kernel.debug

Danny Braniss danny at cs.huji.ac.il
Tue Sep 12 01:38:12 PDT 2006


> 
> --wULyF7TL5taEdwHz
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> Content-Transfer-Encoding: quoted-printable
> 
> On Tue, Sep 12, 2006 at 03:43:36PM +0800, LI Xin wrote:
> > Danny Braniss wrote:
> > > Hi,
> > > 	how can I convice make installkernel to also install
> > > kernel.debug?
> > >=20
> > > 	thanks,
> > > 		danny
> >=20
> > I think you will have kernel.symbols instead, if you run -CURRENT?
> >=20
> On 6.x, if you use a "buildkernel" method:
> 
> 	cd /usr/src; make installkernel.debug
> 
> or if you build a kernel through config+make,
> 
> 	cd ../compile/KERNEL; make install.debug
> 
> This will install *.debug versions of kernel and all modules.
> 
> 

thanks! (rtfm :-()

	danny




More information about the freebsd-hackers mailing list