> Added Files:
>       src/sys/arch/x86/x86: core_machdep.c
> Removed Files:
>       src/sys/arch/amd64/amd64: core_machdep.c
>       src/sys/arch/i386/i386: core_machdep.c

Can you please fix sys/modules/coredump/Makefile accordingly, which does

.PATH:  ${S}/arch/${MACHINE}/${MACHINE}
.PATH:  ${S}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
.PATH:  ${S}/arch/${MACHINE_CPU}/${MACHINE_CPU}
SRCS+=  core_machdep.c

?

Reply via email to