From owner-svn-src-head@freebsd.org Fri Nov 6 05:00:20 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B498A264D7; Fri, 6 Nov 2015 05:00:20 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 77B141B55; Fri, 6 Nov 2015 05:00:20 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 708CC1E09; Fri, 6 Nov 2015 05:00:20 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 18111168FA; Fri, 6 Nov 2015 05:00:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id mhjRxPc-QTLR; Fri, 6 Nov 2015 05:00:17 +0000 (UTC) Subject: Re: svn commit: r290433 - in head: share/mk sys/conf tools/build/options DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 35743168F2 To: Dmitry Sivachenko References: <201511060445.tA64jUjj063307@repo.freebsd.org> <6E5C148B-50AE-4035-9A59-69EE4ED4538C@gmail.com> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org From: Bryan Drewery Organization: FreeBSD Message-ID: <563C33DE.3070106@FreeBSD.org> Date: Thu, 5 Nov 2015 21:00:14 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <6E5C148B-50AE-4035-9A59-69EE4ED4538C@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 06 Nov 2015 05:00:20 -0000 On 11/5/15 8:59 PM, Dmitry Sivachenko wrote: > >> On 06 Nov 2015, at 07:45, Bryan Drewery wrote: >> >> Author: bdrewery >> Date: Fri Nov 6 04:45:29 2015 >> New Revision: 290433 >> URL: https://svnweb.freebsd.org/changeset/base/290433 >> >> Log: >> Add a FAST_DEPEND option, off by default, which speeds up the build significantly. >> > > > Well, if it just a speedup, what is the reason to introduce a new option for that? > "Enabling this by default, for src or out-of-src, can be done once more testing has been done, such as a ports exp-run, and with more compilers." -- Regards, Bryan Drewery