[Bug 294822] makeman.lua lacking diagnostics for failure case
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 294822] makeman.lua lacking diagnostics for failure case"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Apr 2026 00:14:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294822
--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
In share/mk/src.opts.mk in my tree I have:
.if ${MK_BEARSSL} == "no" && \
(${MK_LOADER_VERIEXEC} == "yes" || ${MK_VERIEXEC} == "yes")
.error VERIEXEC requires BEARSSL
.endif
Arguably this should be handled in a better way, but makeman.lua ought to be
more resilient.
--
You are receiving this mail because:
You are the assignee for the bug.