Date: Sat, 31 Jul 2021 00:21:10 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 831859f8ee49 - stable/12 - type: becauce -> because Message-ID: <202107310021.16V0LAhk047924@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=831859f8ee49ba994a20a91eb8146cc8d8be6969 commit 831859f8ee49ba994a20a91eb8146cc8d8be6969 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-07-22 02:02:44 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2021-07-31 00:02:51 +0000 type: becauce -> because Noticed by: Piotr P. Stefaniak Sponsored by: Netflix (cherry picked from commit 2b720db8d409f6fcdffa7f06b1d8c1b981435a83) --- stand/i386/loader/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/i386/loader/Makefile b/stand/i386/loader/Makefile index 8fbea355d726..d332ea0530c7 100644 --- a/stand/i386/loader/Makefile +++ b/stand/i386/loader/Makefile @@ -81,7 +81,7 @@ FILESMODE_${LOADER}= ${BINMODE} -b # that pxeloader provides has none of that flexibility because it lacks access # to the a.out/elf headers and assumes an entry point of 0. # -# We must add it to the LDFLAGS instead of the OBJS becauce the former won't try +# We must add it to the LDFLAGS instead of the OBJS because the former won't try # to clean it. When it is in OBJS, this cleaning can lead to races where # btxcrt.o is rebuilt, but boot2 isn't, leading to errors at installation time. # LDFLAGS does not have this baggage and will be included first in the list of
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107310021.16V0LAhk047924>