summaryrefslogtreecommitdiff
path: root/bmake.cat1
diff options
context:
space:
mode:
Diffstat (limited to 'bmake.cat1')
-rw-r--r--bmake.cat17
1 files changed, 5 insertions, 2 deletions
diff --git a/bmake.cat1 b/bmake.cat1
index e1340e1c78e0..667c80898def 100644
--- a/bmake.cat1
+++ b/bmake.cat1
@@ -1728,7 +1728,7 @@ SSPPEECCIIAALL TTAARRGGEETTSS
EENNVVIIRROONNMMEENNTT
bbmmaakkee uses the following environment variables, if they exist: MACHINE,
MACHINE_ARCH, MAKE, MAKEFLAGS, MAKEOBJDIR, MAKEOBJDIRPREFIX, MAKESYSPATH,
- PWD, and TMPDIR.
+ MAKE_STACK_TRACE, PWD, and TMPDIR.
MAKEOBJDIRPREFIX and MAKEOBJDIR should be set in the environment or on
the command line to bbmmaakkee and not as makefile variables; see the
@@ -1736,6 +1736,9 @@ EENNVVIIRROONNMMEENNTT
via makefile variables but unless done very early and the `..OOBBJJDDIIRR'
target is used to reset `_._O_B_J_D_I_R', there may be unexpected side effects.
+ If the MAKE_STACK_TRACE environment variable is set to "yes", any stack
+ traces include the call chain of the parent processes.
+
FFIILLEESS
.depend list of dependencies
makefile first default makefile if no makefile is specified on the
@@ -1828,4 +1831,4 @@ BBUUGGSS
attempt to suppress a cascade of unnecessary errors, can result in a
seemingly unexplained `*** Error code 6'
-FreeBSD 14.2-RELEASE-p1 April 4, 2025 FreeBSD 14.2-RELEASE-p1
+FreeBSD 14.2-RELEASE-p1 June 12, 2025 FreeBSD 14.2-RELEASE-p1