From owner-freebsd-stable@FreeBSD.ORG Mon Nov 26 21:51:04 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E43E02B4 for ; Mon, 26 Nov 2012 21:51:04 +0000 (UTC) (envelope-from b.smeelen@ose.nl) Received: from mail.ose.nl (mail.ose.nl [212.178.134.164]) by mx1.freebsd.org (Postfix) with ESMTP id 711638FC12 for ; Mon, 26 Nov 2012 21:51:03 +0000 (UTC) X-Footer: b3NlLm5s Received: from localhost ([127.0.0.1]) by mail.ose.nl (using TLSv1/SSLv3 with cipher AES256-SHA (256 bits)) for freebsd-stable@freebsd.org; Mon, 26 Nov 2012 22:51:01 +0100 Message-ID: <50B3E444.1020702@ose.nl> Date: Mon, 26 Nov 2012 22:51:00 +0100 From: Bas Smeelen User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: Help review the FAQ References: <50B3D222.30209@ose.nl> <50B3DBEF.1060303@quip.cz> <2640983.EkVXuex1QE@harmony.localnet.edu> In-Reply-To: <2640983.EkVXuex1QE@harmony.localnet.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Nov 2012 21:51:05 -0000 On 11/26/12 22:27, Schaich Alonso wrote: > On 2012-11-26 (Monday) 22:15:27 Miroslav Lachman wrote: >> [...] >> >> So a kernel alone has 12MB, with debug symbols 62MB (12+50). >> And all *.symbols files can be deleted (if more space on /boot is needed) >> I don't know how it should be mentioned in FAQ. >> >> Miroslav Lachman > Specifying WITHOUT_KERNEL_SYMBOLS=YES in src.conf to not generate debug > information IMO is a cleaner and more preferable solution then deleting the > files, and it also reduces the amount of storage space needed for /usr/obj (or > whereever else the kernel's built) by about 1GB on STABLE-9. Thanks for this (man 5 src.conf) I guess this way is preferred instead of customizing the kernel configuration file? From the manpage I understand the symbol files will not get installed, but will still be build. To decrease building time, one should modify the kernel configuration file anyway?