From owner-cvs-all@FreeBSD.ORG Sun Sep 11 01:05:02 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 82CF216A41F; Sun, 11 Sep 2005 01:05:02 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33A6B43D46; Sun, 11 Sep 2005 01:05:01 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.250] (adsl-64-171-187-179.dsl.snfc21.pacbell.net [64.171.187.179]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8B155o5021118 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 10 Sep 2005 18:05:05 -0700 Message-ID: <432382BC.5080105@root.org> Date: Sat, 10 Sep 2005 18:05:00 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "David E. O'Brien" References: <20050911002229.51F4916A471@hub.freebsd.org> In-Reply-To: <20050911002229.51F4916A471@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org 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 01:05:02 -0000 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. -- Nate