git: 455dff72fcc2 - main - hpt27xx: Use EXTRA_OBJS instead of OBJS

Ed Maste emaste at freebsd.org
Thu Jun 3 13:38:23 UTC 2021


On Thu, 3 Jun 2021 at 09:10, Shawn Webb <shawn.webb at hardenedbsd.org> 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`.


More information about the dev-commits-src-all mailing list