Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Mar 2016 17:00:43 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r296669 - head/tools/build/options
Message-ID:  <201603111700.u2BH0hvb085217@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603111700.u2BH0hvb085217>