git: 722cfce5f494 - main - Fix typo and use .Fx in WITH_DIRDEPS_BUILD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 May 2023 16:50:20 UTC
The branch main has been updated by sjg: URL: https://cgit.FreeBSD.org/src/commit/?id=722cfce5f4943d0d3853d1438f886ba8ffe867b0 commit 722cfce5f4943d0d3853d1438f886ba8ffe867b0 Author: Simon J. Gerraty <sjg@FreeBSD.org> AuthorDate: 2023-05-12 16:49:03 +0000 Commit: Simon J. Gerraty <sjg@FreeBSD.org> CommitDate: 2023-05-12 16:49:21 +0000 Fix typo and use .Fx in WITH_DIRDEPS_BUILD --- tools/build/options/WITH_DIRDEPS_BUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/build/options/WITH_DIRDEPS_BUILD b/tools/build/options/WITH_DIRDEPS_BUILD index 98d3f6c44b1a..b4e13b78493a 100644 --- a/tools/build/options/WITH_DIRDEPS_BUILD +++ b/tools/build/options/WITH_DIRDEPS_BUILD @@ -36,6 +36,8 @@ Note that there is currently no mass install feature for this. This build is designed for producing packages, that can then be installed on a target system. .Pp -The implementation in FreeBSD is incomplete. -Competion would require leaf directories for building each kernel +The implementation in +.Fx +is incomplete. +Completion would require leaf directories for building each kernel and package so that their dependencies can be tracked.