summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Stokely <murray@FreeBSD.org>2002-03-15 23:34:17 +0000
committerMurray Stokely <murray@FreeBSD.org>2002-03-15 23:34:17 +0000
commit6f9ac6fee01b7da0d9907e8341c5e7976e1a68c4 (patch)
treee978b4976d9c51c24fa02f676bd65b528e61e51b
parentb3a43ea37afe09a7dfa0e05735bf763fc889f103 (diff)
Notes
-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 aaa4cb63d535..c8346de361bb 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