From owner-freebsd-hackers@FreeBSD.ORG Tue Sep 12 08:22:41 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 57FFD16A415 for ; Tue, 12 Sep 2006 08:22:41 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0CC043D49 for ; Tue, 12 Sep 2006 08:22:40 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 71B485FCB; Tue, 12 Sep 2006 12:22:38 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id E56475EF9; Tue, 12 Sep 2006 12:20:21 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id k8C8KUZ7028354; Tue, 12 Sep 2006 12:20:30 +0400 (MSD) (envelope-from ru) Date: Tue, 12 Sep 2006 12:20:29 +0400 From: Ruslan Ermilov To: Danny Braniss , freebsd-hackers@FreeBSD.org Message-ID: <20060912082029.GD10039@rambler-co.ru> References: <45066528.9040603@delphij.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wULyF7TL5taEdwHz" Content-Disposition: inline In-Reply-To: <45066528.9040603@delphij.net> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: 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:22:41 -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. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --wULyF7TL5taEdwHz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFBm3NqRfpzJluFF4RAphMAJ9XIkJCyMEi75uu+pZ0VUUfXyeP4ACgioC6 CFPg6FPKkGI4pMXVeSjGk5M= =TBB3 -----END PGP SIGNATURE----- --wULyF7TL5taEdwHz--