The branch main has been updated by dfr: URL: https://cgit.FreeBSD.org/src/commit/?id=895545d0e6664ad05fefe63ce46eb670be7e4957
commit 895545d0e6664ad05fefe63ce46eb670be7e4957 Author: Doug Rabson <d...@freebsd.org> AuthorDate: 2021-09-11 12:03:52 +0000 Commit: Doug Rabson <d...@freebsd.org> CommitDate: 2021-09-11 12:27:11 +0000 Fix spelling of BUILDENV_SHELL --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 478824675382..8134bb93df03 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1219,7 +1219,7 @@ BUILDENV_DIR?= ${.CURDIR} # Note: make will report any errors the shell reports. This can # be odd if the last command in an interactive shell generates an # error or is terminated by SIGINT. These reported errors look bad, -# but are harmless. Allowing them also allows BUIDLENV_SHELL to +# but are harmless. Allowing them also allows BUILDENV_SHELL to # be a complex command whose status will be returned to the caller. # Some scripts in tools rely on this behavior to report build errors. # _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"