From d89945e379cbe0e015ec09ce1fbdf65043ed3e8b Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 3 Aug 2005 20:09:59 +0000 Subject: Make delete-old* and friends useable for cross-builds. --- share/man/man7/build.7 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'share/man/man7') 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 -- cgit v1.1