Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/arch
> 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
?
Home |
Main Index |
Thread Index |
Old Index