From owner-svn-src-all@freebsd.org Fri Mar 11 17:00:44 2016 Return-Path: Delivered-To: svn-src-all@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 5B08DACCAB2; Fri, 11 Mar 2016 17:00:44 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29C2EB99; Fri, 11 Mar 2016 17:00:44 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2BH0hpI085218; Fri, 11 Mar 2016 17:00:43 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2BH0hvb085217; Fri, 11 Mar 2016 17:00:43 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201603111700.u2BH0hvb085217@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 11 Mar 2016 17:00:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r296669 - head/tools/build/options X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 17:00:44 -0000 Author: bdrewery Date: Fri Mar 11 17:00:42 2016 New Revision: 296669 URL: https://svnweb.freebsd.org/changeset/base/296669 Log: Add a WITHOUT_FAST_DEPEND Added: head/tools/build/options/WITHOUT_FAST_DEPEND - copied, changed from r296668, head/tools/build/options/WITH_FAST_DEPEND Copied and modified: head/tools/build/options/WITHOUT_FAST_DEPEND (from r296668, head/tools/build/options/WITH_FAST_DEPEND) ============================================================================== --- head/tools/build/options/WITH_FAST_DEPEND Fri Mar 11 16:57:41 2016 (r296668, copy source) +++ head/tools/build/options/WITHOUT_FAST_DEPEND Fri Mar 11 17:00:42 2016 (r296669) @@ -1,7 +1,5 @@ .\" $FreeBSD$ -Set to generate -.Sy .depend -files in the build during compilation instead of the -historial +Set to use the historical .Xr mkdep 1 -call during the "make depend" phase. +for the "make depend" phase of the build. +This option is deprecated and will be removed soon.