aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2014-11-26 20:43:09 +0000
committerGlen Barber <gjb@FreeBSD.org>2014-11-26 20:43:09 +0000
commitaf97641fc6527c412d79ca3b9129a459d237f60e (patch)
tree50a1d19a555846db082e6dde5a9aab1813981a39 /tools
parentc1a4be0fc05a3893aaac98f913bb7b3a91bb3256 (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/build/options/WITHOUT_CROSS_COMPILER6
-rw-r--r--tools/build/options/WITHOUT_INCLUDES3
-rw-r--r--tools/build/options/WITHOUT_RCS7
-rw-r--r--tools/build/options/WITH_FMAKE2
4 files changed, 8 insertions, 10 deletions
diff --git a/tools/build/options/WITHOUT_CROSS_COMPILER b/tools/build/options/WITHOUT_CROSS_COMPILER
index ab1bd235bb05c..80420c5625eb8 100644
--- a/tools/build/options/WITHOUT_CROSS_COMPILER
+++ b/tools/build/options/WITHOUT_CROSS_COMPILER
@@ -1,13 +1,13 @@
.\" $FreeBSD$
Set to not build any cross compiler in the cross-tools stage of buildworld.
If you are compiling a different version of
-.Fx
+.Fx
than what is installed on the system, you will need to provide an alternate
compiler with XCC to ensure success.
If you are compiling with an identical version of
-.Fx
+.Fx
to the host, this option may be safely used.
This option may also be safe when the host version of
-.Fx
+.Fx
is close to the sources being built, but all bets are off if there have
been any changes to the toolchain between the versions.
diff --git a/tools/build/options/WITHOUT_INCLUDES b/tools/build/options/WITHOUT_INCLUDES
index 8ccb2078d643b..40f8ff5b1be9e 100644
--- a/tools/build/options/WITHOUT_INCLUDES
+++ b/tools/build/options/WITHOUT_INCLUDES
@@ -1,8 +1,7 @@
.\" $FreeBSD$
Set to not install header files.
-This option used to be spelled
+This option used to be spelled
.Va NO_INCS .
.Bf -symbolic
The option does not work for build targets.
.Ef
-
diff --git a/tools/build/options/WITHOUT_RCS b/tools/build/options/WITHOUT_RCS
index e21e0270d52d0..b4f89e1623212 100644
--- a/tools/build/options/WITHOUT_RCS
+++ b/tools/build/options/WITHOUT_RCS
@@ -1,6 +1,5 @@
.\" $FreeBSD$
Set to not build
-.Xr rcs 1
-,
-.Xr etcupdate 8
-, and related utilities.
+.Xr rcs 1 ,
+.Xr etcupdate 8 ,
+and related utilities.
diff --git a/tools/build/options/WITH_FMAKE b/tools/build/options/WITH_FMAKE
index 72ae456dd9a50..9a98c8cfa1a98 100644
--- a/tools/build/options/WITH_FMAKE
+++ b/tools/build/options/WITH_FMAKE
@@ -1,4 +1,4 @@
.\" $FreeBSD$
-Causes the old FreeBSD
+Causes the old FreeBSD
.Xr make 1
program to be built and installed as fmake.