From owner-freebsd-questions@FreeBSD.ORG Fri Nov 27 14:45:27 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 3B6BC106566B for ; Fri, 27 Nov 2009 14:45:27 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id EB1D78FC26 for ; Fri, 27 Nov 2009 14:45:26 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NE24b-0000rr-Jf for freebsd-questions@freebsd.org; Fri, 27 Nov 2009 15:45:25 +0100 Received: from pool-71-166-145-207.washdc.east.verizon.net ([71.166.145.207]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Nov 2009 15:45:25 +0100 Received: from nightrecon by pool-71-166-145-207.washdc.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Nov 2009 15:45:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Fri, 27 Nov 2009 09:44:55 -0500 Lines: 26 Message-ID: References: <4B0FBBF2.4040109@gmx.net> <200911271331.28581.pieter@degoeje.nl> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-166-145-207.washdc.east.verizon.net User-Agent: KNode/4.3.3 Sender: news 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 14:45:27 -0000 Pieter de Goeje wrote: > 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. > Yes - src.conf is used for the system. make.conf will contain options you want to apply to building ports. They were split to separate them. -Mike