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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
