mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add description of WITH_META_ERROR_TARGET
This commit is contained in:
parent
74674fef3c
commit
df9974197e
1 changed files with 14 additions and 0 deletions
14
tools/build/options/WITH_META_ERROR_TARGET
Normal file
14
tools/build/options/WITH_META_ERROR_TARGET
Normal 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.
|
||||
Loading…
Reference in a new issue