From owner-freebsd-questions Thu Dec 6 11:15:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dc-mx04.cluster1.charter.net (dc-mx04.cluster0.hsacorp.net [209.225.8.14]) by hub.freebsd.org (Postfix) with ESMTP id A568637B405 for ; Thu, 6 Dec 2001 11:15:31 -0800 (PST) Received: from [24.158.214.244] (HELO gforce.johnson.home) by dc-mx04.cluster1.charter.net (CommuniGate Pro SMTP 3.4.6) with ESMTP-TLS id 3640013 for freebsd-questions@FreeBSD.ORG; Thu, 06 Dec 2001 14:21:49 -0500 Received: (from glenn@localhost) by gforce.johnson.home (8.11.6/8.11.6) id fB6JFS439122 for freebsd-questions@FreeBSD.ORG; Thu, 6 Dec 2001 13:15:28 -0600 (CST) (envelope-from glenn) From: Glenn Johnson Date: Thu, 6 Dec 2001 13:15:28 -0600 To: freebsd-questions@FreeBSD.ORG Subject: Re: buildworld make.conf question Message-ID: <20011206191528.GA22933@gforce.johnson.home> Mail-Followup-To: glenn@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG References: <20011206184549.GH57948@keyslapper.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011206184549.GH57948@keyslapper.org> User-Agent: Mutt/1.3.24i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Dec 06, 2001 at 01:45:49PM -0500, Louis LeBlanc wrote: > Hey all. Maybe a dumb question about building the world. What are > the reasons for, caveats, and benefits of building the world with > NOPROFILE=true? false? The profiled libraries would be useful for doing development work but are otherwise not needed, nor used. The benefit of not building them will be a shorter buildworld time. > I'm not entirely sure what the default is, because I've not found any > definitive statement one way or the other, but /etc/defaults/make.conf > has the following: > > # To avoid building various parts of the base system: > . . . > #NOPROFILE= true # Avoid compiling profiled libraries > > Which makes me think the default is false. Correct. -- Glenn Johnson glennpj@charter.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message