diff options
author | jmmv <jmmv@FreeBSD.org> | 2014-03-12 11:53:35 +0000 |
---|---|---|
committer | jmmv <jmmv@FreeBSD.org> | 2014-03-12 11:53:35 +0000 |
commit | e3f3db3ff5b093b00e715f517d9c9dc823501000 (patch) | |
tree | 853d65fb3916dcd01ffb123bcf4b10546b723666 /tools/build | |
parent | 1fb953fd6e134d9fc5fa54470fd2ab73af5d836e (diff) | |
download | FreeBSD-src-e3f3db3ff5b093b00e715f517d9c9dc823501000.zip FreeBSD-src-e3f3db3ff5b093b00e715f517d9c9dc823501000.tar.gz |
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.)
Diffstat (limited to 'tools/build')
-rw-r--r-- | tools/build/options/WITHOUT_BMAKE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build/options/WITHOUT_BMAKE b/tools/build/options/WITHOUT_BMAKE index ab3cece..1a0504d 100644 --- a/tools/build/options/WITHOUT_BMAKE +++ b/tools/build/options/WITHOUT_BMAKE @@ -3,6 +3,6 @@ Set to not build and install the portable BSD make (bmake) as .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. |