aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-08-03 20:09:59 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-08-03 20:09:59 +0000
commitc8ef0ed51df424c3b173808962a28b5d3da00395 (patch)
treece8df3bf1fd0c1d99eba84241796c76cef5d90dd /share
parentdd5a318ba33f74801a479c7cf4cdb11ef72e9d9c (diff)
Notes
Diffstat (limited to 'share')
-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 541d9ae72e33e..d018f1c1ed12d 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