summaryrefslogtreecommitdiffstats
path: root/share/man/man7/build.7
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-08-03 20:09:59 +0000
committerru <ru@FreeBSD.org>2005-08-03 20:09:59 +0000
commitd89945e379cbe0e015ec09ce1fbdf65043ed3e8b (patch)
treece8df3bf1fd0c1d99eba84241796c76cef5d90dd /share/man/man7/build.7
parent7504160c1e1a408af3d9f6b998e6e9ce49dcf158 (diff)
downloadFreeBSD-src-d89945e379cbe0e015ec09ce1fbdf65043ed3e8b.zip
FreeBSD-src-d89945e379cbe0e015ec09ce1fbdf65043ed3e8b.tar.gz
Make delete-old* and friends useable for cross-builds.
Diffstat (limited to 'share/man/man7/build.7')
-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