From owner-freebsd-stable@FreeBSD.ORG Sat Mar 1 18:16:58 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF2591065670 for ; Sat, 1 Mar 2008 18:16:58 +0000 (UTC) (envelope-from pj@smo.de) Received: from ilk.de (mx-out14.ilk.de [194.121.104.14]) by mx1.freebsd.org (Postfix) with ESMTP id 2BAAE8FC26 for ; Sat, 1 Mar 2008 18:16:57 +0000 (UTC) (envelope-from pj@smo.de) Received: from bologna.intern.smo.de (pool35.ka.ilk.net [212.86.194.35]) by ilk.de (8.13.4/8.13.4/ilk-relay) with ESMTP id m21Bep1T005164; Sat, 1 Mar 2008 12:40:52 +0100 Received: from [192.168.153.208] (herdubreid.intern.smo.de [192.168.153.208]) by bologna.intern.smo.de (8.13.8+Sun/8.13.8) with ESMTP id m21BZVRR004837; Sat, 1 Mar 2008 12:35:31 +0100 (CET) Message-ID: <47C94156.90501@smo.de> Date: Sat, 01 Mar 2008 12:43:18 +0100 From: Philipp Ost User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20080218 X-Accept-Language: de, en-us, en MIME-Version: 1.0 To: freebsd@akruijff.dds.nl References: <20080301073329.GA1081@Alex1.kruijff.org> In-Reply-To: <20080301073329.GA1081@Alex1.kruijff.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Very large kernel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 18:16:58 -0000 Alex de Kruijff wrote: > I noticed that the kernel directory was very large compaired to 6.1. Is > this for debugging and can I safely remove the symbols files I want to > save some space? Some time ago someone already asked this question on current@ IIRC. Someone proposed to add INSTALL_NODEBUG="yes" to /etc/make.conf in case one wishes not to install those additional files. HTH, Philipp