summaryrefslogtreecommitdiffstats
path: root/share/man/man7
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man7')
-rw-r--r--share/man/man7/build.714
1 files changed, 13 insertions, 1 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index 541d9ae..d018f1c 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 23, 2005
+.Dd August 3, 2005
.Dt BUILD 7
.Os
.Sh NAME
@@ -102,11 +102,23 @@ followed by
Delete obsolete base system files and directories interactively.
When -DBATCH_DELETE_OLD_FILES is specified at the command line,
the delete operation will be non-interactive.
+The variables
+.Va DESTDIR , TARGET_ARCH
+and
+.Va TARGET
+should be set as with
+.Dq Li "make installworld" .
.It Cm delete-old-libs
Delete obsolete base system libraries interactively.
This should only be used if no 3rd party software uses the libraries anymore.
When -DBATCH_DELETE_OLD_FILES is specified at the command line,
the delete operation will be non-interactive.
+The variables
+.Va DESTDIR , TARGET_ARCH
+and
+.Va TARGET
+should be set as with
+.Dq Li "make installworld" .
.El
.Pp
For more information about the ports build process, see
OpenPOWER on IntegriCloud