Add description of WITH_META_ERROR_TARGET

This commit is contained in:
Simon J. Gerraty 2023-05-12 09:21:30 -07:00
parent 74674fef3c
commit df9974197e

View File

@ -0,0 +1,14 @@
.\" $FreeBSD$
Enable the META_MODE .ERROR target.
.Pp
This target will copy the meta file of a failed target
to
.Va ERROR_LOGDIR
(default is
.Ql ${SRCTOP:H}/error )
to help with failure analysis.
Depends on
.Va WITH_META_MODE .
This default when
.Va WITH_DIRDEPS_BUILD
is set.