From owner-svn-src-head@FreeBSD.ORG Fri Dec 2 09:58:22 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 C2B4C106566C; Fri, 2 Dec 2011 09:58:22 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id A2D9E8FC0A; Fri, 2 Dec 2011 09:58:22 +0000 (UTC) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.5/8.14.5) with ESMTP id pB29ZnwI009312; Fri, 2 Dec 2011 01:35:50 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.5/8.14.4/Submit) id pB29Zn7d009311; Fri, 2 Dec 2011 01:35:49 -0800 (PST) (envelope-from obrien) Date: Fri, 2 Dec 2011 01:35:49 -0800 From: "David O'Brien" To: Max Khon Message-ID: <20111202093549.GA9075@dragon.NUXI.org> References: <201112020909.pB299sFk084589@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201112020909.pB299sFk084589@svn.freebsd.org> X-Operating-System: FreeBSD 9.99-CURRENT X-to-the-FBI-CIA-and-NSA: HI! HOW YA DOIN? User-Agent: Mutt/1.5.20 (2009-06-14) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r228196 - in head: share/mk tools/build/options X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org 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: Fri, 02 Dec 2011 09:58:22 -0000 On Fri, Dec 02, 2011 at 09:09:54AM +0000, Max Khon wrote: > Log: > Revert to conservative defaults. WITH_PROFILE is a default now. Thank you. > NO_PROFILE overrides in Makefile.inc1 and bsd.own.m are left intact > so that the reversal to the WITHOUT_PROFILE will be easier in future. As I mentioned, it may make sense to not build profiled libs by default in -stable. But if you do that, please add logic to 'make release' to build profiled libs -- putting them in either base.txz or proflibs.txz (or however you find tasteful). -- -- David (obrien@FreeBSD.org)