Author: jmmv Date: Wed Mar 12 11:53:35 2014 New Revision: 263089 URL: http://svnweb.freebsd.org/changeset/base/263089
Log: Fix description of WITHOUT_BMAKE's purpose. This variable exists to select fmake, not bmake. (I suspect the comment might have come from a time when this was named WITH_BMAKE.) Modified: head/tools/build/options/WITHOUT_BMAKE Modified: head/tools/build/options/WITHOUT_BMAKE ============================================================================== --- head/tools/build/options/WITHOUT_BMAKE Wed Mar 12 11:09:17 2014 (r263088) +++ head/tools/build/options/WITHOUT_BMAKE Wed Mar 12 11:53:35 2014 (r263089) @@ -3,6 +3,6 @@ Set to not build and install the portabl .Xr make 1 instead of the traditional FreeBSD make. This build option is temporary. -It allows developers to switch to bmake in order to work out any remaining -kinks or issues. +It allows developers to switch to the traditional FreeBSD make in order to +work out any remaining kinks or issues. This option will be removed in due time. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
