From owner-svn-src-head@FreeBSD.ORG Wed Nov 30 15:10:47 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1811106566C; Wed, 30 Nov 2011 15:10:47 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id A33598FC1D; Wed, 30 Nov 2011 15:10:47 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id 595FB46B09; Wed, 30 Nov 2011 10:10:47 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id BA475B94F; Wed, 30 Nov 2011 10:10:46 -0500 (EST) From: John Baldwin To: Max Khon Date: Wed, 30 Nov 2011 10:10:44 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p8; KDE/4.5.5; amd64; ; ) References: <201111291946.pATJkHMs064094@svn.freebsd.org> <201111291536.33736.jhb@freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201111301010.44970.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 30 Nov 2011 10:10:46 -0500 (EST) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r228143 - in head: . share/mk tools/build/options X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2011 15:10:48 -0000 On Wednesday, November 30, 2011 9:35:01 am Max Khon wrote: > John, > > On Wed, Nov 30, 2011 at 3:36 AM, John Baldwin wrote: > > > Author: fjoe > > > Date: Tue Nov 29 19:46:17 2011 > > > New Revision: 228143 > > > URL: http://svn.freebsd.org/changeset/base/228143 > > > > > > Log: > > > Turn off profiled libs build by default. > > > Can be enabled back using WITH_PROFILE=yes in /etc/src.conf > > > > Hmm, was discussed anywhere? (I haven't seen it if so, but am a bit > > behind on > > a few lists from last week still.) > > > It was discussed in -current. Probably should have been discussed somewhere > else. Nah, you were fine. I was just behind on -current. > > Also, it seems you are hacking on several > > build-related things currently, is there a larger project you are working > > on > > to reduce build world times or some such? > > > > Yes, I want to reduce build world times. Ok, can you maybe send a more high-level e-mail of the other things you have pending to current@ perhaps? (If you have more stuff beyond this.) The thread I saw on current@ only covered WITHOUT_PROFILE but didn't cover the CTF changes or anything else, etc. -- John Baldwin