svn commit: r318123 - head/share/man/man7

Bryan Drewery bdrewery at FreeBSD.org
Wed May 10 00:02:26 UTC 2017


Author: bdrewery
Date: Wed May 10 00:02:24 2017
New Revision: 318123
URL: https://svnweb.freebsd.org/changeset/base/318123

Log:
  SUBDIR_OVERRIDE: Note how to restore historical behavior pre-r289725.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  head/share/man/man7/build.7

Modified: head/share/man/man7/build.7
==============================================================================
--- head/share/man/man7/build.7	Tue May  9 23:58:07 2017	(r318122)
+++ head/share/man/man7/build.7	Wed May 10 00:02:24 2017	(r318123)
@@ -499,6 +499,11 @@ If combined with
 .Cm buildworld
 then all libraries and includes, and some of the build tools will still build
 as well.
+Specifying
+.Cm -DNO_LIBS ,
+and
+.Cm -DWORLDFAST
+will only build the specified directory as was done historically.
 When combined with
 .Cm buildworld
 it is necesarry to override


More information about the svn-src-all mailing list