aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2023-05-12 16:21:30 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2023-05-12 16:21:30 +0000
commitdf9974197e466b58d65b373fce1fecfcadbb99c2 (patch)
tree58765c81c16d4c653d223af0b288b8c1dc6c2392
parent74674fef3c123d2bcb054f8723ed1bd781972c79 (diff)
downloadsrc-df9974197e466b58d65b373fce1fecfcadbb99c2.tar.gz
src-df9974197e466b58d65b373fce1fecfcadbb99c2.zip
Add description of WITH_META_ERROR_TARGET
-rw-r--r--tools/build/options/WITH_META_ERROR_TARGET14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/build/options/WITH_META_ERROR_TARGET b/tools/build/options/WITH_META_ERROR_TARGET
new file mode 100644
index 000000000000..069000a423cd
--- /dev/null
+++ b/tools/build/options/WITH_META_ERROR_TARGET
@@ -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.