Update description of WITH_DIRDEPS_BUILD

This commit is contained in:
Simon J. Gerraty 2023-05-12 09:42:21 -07:00
parent df9974197e
commit 2b519b1707

View File

@ -1,5 +1,5 @@
.\" $FreeBSD$
This is an experimental build system.
This is an alternate build system.
For details see
https://www.crufty.net/sjg/docs/freebsd-meta-mode.htm.
Build commands can be seen from the top-level with:
@ -33,4 +33,9 @@ The build hides commands executed unless
is defined.
.Pp
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
and package so that their dependencies can be tracked.