diff options
author | jmmv <jmmv@FreeBSD.org> | 2014-04-16 23:12:35 +0000 |
---|---|---|
committer | jmmv <jmmv@FreeBSD.org> | 2014-04-16 23:12:35 +0000 |
commit | 10d91505dda206d5ea507b188cf02017634e82ca (patch) | |
tree | c7e85194ad7bf832198b5e4c6b3ba1a8f33a3bff /tools | |
parent | 13d344e5ca522ba75cd119fe0c59cc076f815ca9 (diff) | |
download | FreeBSD-src-10d91505dda206d5ea507b188cf02017634e82ca.zip FreeBSD-src-10d91505dda206d5ea507b188cf02017634e82ca.tar.gz |
MFC several WITH_TESTS-related documentation fixes.
- r258014 Document WITH_TESTS src.conf(5) option.
- r263089 Fix description of WITHOUT_BMAKE's purpose.
- r264408 Fix test suite name in src.conf(5).
- r264410 Document how to install the test suite.
- r264412 Add FreeBSD 10.1 to the list of recognized releases for Fx.
- r264413 Miscellaneous fixes to tests(7).
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/options/WITHOUT_BMAKE | 4 | ||||
-rw-r--r-- | tools/build/options/WITH_TESTS | 7 |
2 files changed, 9 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. diff --git a/tools/build/options/WITH_TESTS b/tools/build/options/WITH_TESTS new file mode 100644 index 0000000..9575461 --- /dev/null +++ b/tools/build/options/WITH_TESTS @@ -0,0 +1,7 @@ +.\" $FreeBSD$ +Set to install the +.Fx +Test Suite. +See +.Xr tests 7 +for more details. |