From owner-cvs-all@FreeBSD.ORG Sun Sep 11 10:58:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96F4C16A4EF; Sun, 11 Sep 2005 10:58:48 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5721343D46; Sun, 11 Sep 2005 10:58:40 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 40D1C46BC6; Sun, 11 Sep 2005 06:58:39 -0400 (EDT) Date: Sun, 11 Sep 2005 11:58:39 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Nate Lawson In-Reply-To: <432382BC.5080105@root.org> Message-ID: <20050911115526.A33344@fledge.watson.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, "David E. O'Brien" Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 10:58:48 -0000 On Sat, 10 Sep 2005, Nate Lawson wrote: > David E. O'Brien wrote: >> obrien 2005-09-11 00:22:21 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/conf kern.post.mk Log: >> For HEAD, install a kernel with debug information if DEBUG is a kernel >> config option. It is too easy to loose the build directory and not have >> symbols for kgdb to read. >> Revision Changes Path >> 1.84 +4 -17 src/sys/conf/kern.post.mk > > I disagree with this change. We do not need to waste the space in /. If > I'm running a debug kernel, it is based on the latest version of > kernel.debug in my kernel compile dir and I know to find it there. If it is decided to keep this change in the tree, then we should make sure that removing it is added to the "Create a -STABLE branch" directions -- systems as recent as early to middle 4.x have quite small roots, and cannot support debugging kernel information for kernel and kernel.old. Maintaining that upgrade path as feasible is a good idea, so if we want to keep around debugging kernels, we shouldn't try to do it in production branches that may be used on many systems with smaller disk sizes. Robert N M Watson