From owner-freebsd-hackers@FreeBSD.ORG Tue Sep 12 08:38:12 2006 Return-Path: X-Original-To: freebsd-hackers@FreeBSD.org Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE83A16A40F; Tue, 12 Sep 2006 08:38:12 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 541D543D4C; Tue, 12 Sep 2006 08:38:12 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1GN3mV-000Ibq-8Q; Tue, 12 Sep 2006 11:38:11 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: Ruslan Ermilov In-reply-to: <20060912082029.GD10039@rambler-co.ru> References: <45066528.9040603@delphij.net> <20060912082029.GD10039@rambler-co.ru> Comments: In-reply-to Ruslan Ermilov message dated "Tue, 12 Sep 2006 12:20:29 +0400." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 12 Sep 2006 11:38:11 +0300 From: Danny Braniss Message-ID: Cc: freebsd-hackers@FreeBSD.org Subject: Re: how to 'install' kernel.debug X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Sep 2006 08:38:12 -0000 > > --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