svn commit: r296669 - head/tools/build/options

Bryan Drewery bdrewery at FreeBSD.org
Fri Mar 11 17:00:44 UTC 2016


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.


More information about the svn-src-head mailing list