On 11/21/22 12:20 AM, Alexander Leidinger wrote:
Quoting John Baldwin <[email protected]> (from Sat, 19 Nov 2022 04:13:10 GMT):
The branch main has been updated by jhb:
URL:
https://cgit.FreeBSD.org/src/commit/?id=b9cb80883bce6dc992cf05ae2e59089a60d311ec
commit b9cb80883bce6dc992cf05ae2e59089a60d311ec
Author: John Baldwin <[email protected]>
AuthorDate: 2022-11-19 04:11:07 +0000
Commit: John Baldwin <[email protected]>
CommitDate: 2022-11-19 04:11:07 +0000
Don't omit bsd.compiler.mk for the nested delete-old in buildworld.
src.opts.mk will need bsd.compiler.mk to determine if CXX is
supported. Without this, src.opts.mk always marks CXX as broken and
attempts to delete all dependencies of MK_CXX from WORLDTMP.
Is this the reason why a buildworld directly after a successful
buildworld was (re-)building parts of llvm (without doing _any_ change
in between)? I noticed this just last week but didn't took the time to
have a look or discuss somewhere (well, I thought "maybe it's a
feature of the bootstrap, it would surely get noticed if not").
No, this does not affect that.
--
John Baldwin