From owner-freebsd-questions@FreeBSD.ORG Fri Nov 27 12:31:30 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3AE61065672 for ; Fri, 27 Nov 2009 12:31:30 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from s2m-is-001.service2media.com (rev-130-102.virtu.nl [217.114.102.130]) by mx1.freebsd.org (Postfix) with ESMTP id 824438FC18 for ; Fri, 27 Nov 2009 12:31:30 +0000 (UTC) Received: from nox-laptop.localnet ([10.0.1.45] RDNS failed) by s2m-is-001.service2media.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 27 Nov 2009 13:31:28 +0100 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Fri, 27 Nov 2009 13:31:28 +0100 User-Agent: KMail/1.12.2 (Linux/2.6.31-15-generic; KDE/4.3.2; x86_64; ; ) References: <4B0FBBF2.4040109@gmx.net> In-Reply-To: <4B0FBBF2.4040109@gmx.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200911271331.28581.pieter@degoeje.nl> X-OriginalArrivalTime: 27 Nov 2009 12:31:28.0919 (UTC) FILETIME=[8B0FCA70:01CA6F5D] Cc: Frank Staals Subject: Re: NO_PROFILE versus WITHOUT_PROFILING X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2009 12:31:31 -0000 On Friday 27 November 2009 12:45:54 Frank Staals wrote: > When I was setting up my system for a complete rebuild I came across > something unclear to me; I always used NO_PROFILE in my make.conf, > however from what I've read specific make options to build the > kernel/base system should be in /etc/src.config. The manpage of src.conf > specifies the option WITHOUT_PROFILING, which seemed to be the flag that > I was looking for. Just to be certain I always keep the 'Rebuilding > World' chapter of the handbook close, however that still specifies to > use NO_PROFILE in make.conf. > > So now my question: What is the desired way of turning of profiling: > NO_PROFILE in make.conf or WITHOUT_PROFILING in src.conf ? > > Thanks in advance > WITHOUT_PROFILING in src.conf. The NO_xxx options are obsolete and should not be used. -- Pieter de Goeje