summaryrefslogtreecommitdiffstats
path: root/share/man/man7/build.7
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2002-03-15 23:34:17 +0000
committermurray <murray@FreeBSD.org>2002-03-15 23:34:17 +0000
commitdc013a804d725d915f71f6ed92a43f94ea059354 (patch)
treee978b4976d9c51c24fa02f676bd65b528e61e51b /share/man/man7/build.7
parent309c5defb0bd3e201db9c9690ac35e6ec8479489 (diff)
downloadFreeBSD-src-dc013a804d725d915f71f6ed92a43f94ea059354.zip
FreeBSD-src-dc013a804d725d915f71f6ed92a43f94ea059354.tar.gz
Markup fix. Use .Va instead of .Ev. No content changes.
Diffstat (limited to 'share/man/man7/build.7')
-rw-r--r--share/man/man7/build.714
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index aaa4cb6..c8346de 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -108,27 +108,27 @@ library sub-directory.
For more information about the ports build process, see
.Xr ports 7 .
.Sh ENVIRONMENT
-.Bl -tag -width ".Ev TARGET_ARCH"
-.It Ev TARGET_ARCH
+.Bl -tag -width ".Va TARGET_ARCH"
+.It Va TARGET_ARCH
The target machine processor architecture.
This is analagous to the
.Dq "uname -p"
output.
Set this to cross-build for a different architecture.
-.It Ev TARGET
+.It Va TARGET
The target hardware platform.
This is analagous to the
.Dq "uname -m"
output.
This is necessary to cross-build some target architectures.
For example, cross-building for PC98 machines requires
-.Ev "TARGET_ARCH=i386"
+.Va "TARGET_ARCH=i386"
and
-.Ev "TARGET=pc98" .
-.It Ev NO_WERROR
+.Va "TARGET=pc98" .
+.It Va NO_WERROR
If defined, warnings will not cause the build to halt, even if the
makefile says otherwise.
-.It Ev DESTDIR
+.It Va DESTDIR
The directory hierarchy where the resulting binaries will be
installed.
.El
OpenPOWER on IntegriCloud