On Thu, 3 Jun 2021 at 09:10, Shawn Webb <[email protected]> wrote: > > There's something about this change that breaks buildkernel: > > make[4]: make[4]: don't know how to make > /usr/src/sys/dev/hptrr/amd64-elf.hptrr_lib.o. Stop > `/usr/src/sys/dev/hptrr/amd64-elf.hptrr_lib.o' was not built (being made, > type OP_DEPS_FOUND|OP_MARK, flags REMAKE|DONE_WAIT|DONE_ALLSRC|DONECYCLE)!
It builds for me and in CI. It looks like you're still missing the .o file (because of the bug Warner fixed) and need to restore it via `git checkout`. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
