svn commit: r360946 - head/sys/conf

Conrad Meyer cem at FreeBSD.org
Tue May 12 00:42:17 UTC 2020


Author: cem
Date: Tue May 12 00:42:16 2020
New Revision: 360946
URL: https://svnweb.freebsd.org/changeset/base/360946

Log:
  Remove deleted files from the build
  
  Fix build break introduced in r360944.
  
  Reported by:	kevans

Modified:
  head/sys/conf/files.arm64
  head/sys/conf/files.powerpc
  head/sys/conf/files.riscv

Modified: head/sys/conf/files.arm64
==============================================================================
--- head/sys/conf/files.arm64	Tue May 12 00:36:37 2020	(r360945)
+++ head/sys/conf/files.arm64	Tue May 12 00:42:16 2020	(r360946)
@@ -133,7 +133,6 @@ arm64/arm64/busdma_machdep.c	standard
 arm64/arm64/bzero.S		standard
 arm64/arm64/clock.c		standard
 arm64/arm64/copyinout.S		standard
-arm64/arm64/copystr.c		standard
 arm64/arm64/cpu_errata.c	standard
 arm64/arm64/cpufunc_asm.S	standard
 arm64/arm64/db_disasm.c		optional	ddb

Modified: head/sys/conf/files.powerpc
==============================================================================
--- head/sys/conf/files.powerpc	Tue May 12 00:36:37 2020	(r360945)
+++ head/sys/conf/files.powerpc	Tue May 12 00:42:16 2020	(r360946)
@@ -241,7 +241,6 @@ powerpc/powerpc/bus_machdep.c	standard
 powerpc/powerpc/busdma_machdep.c standard
 powerpc/powerpc/clock.c		standard
 powerpc/powerpc/copyinout.c	standard
-powerpc/powerpc/copystr.c	standard
 powerpc/powerpc/cpu.c		standard
 powerpc/powerpc/cpu_subr64.S	optional	powerpc64
 powerpc/powerpc/db_disasm.c	optional	ddb

Modified: head/sys/conf/files.riscv
==============================================================================
--- head/sys/conf/files.riscv	Tue May 12 00:36:37 2020	(r360945)
+++ head/sys/conf/files.riscv	Tue May 12 00:42:16 2020	(r360946)
@@ -37,7 +37,6 @@ riscv/riscv/busdma_bounce.c	standard
 riscv/riscv/busdma_machdep.c	standard
 riscv/riscv/clock.c		standard
 riscv/riscv/copyinout.S		standard
-riscv/riscv/copystr.c		standard
 riscv/riscv/cpufunc_asm.S	standard
 riscv/riscv/db_disasm.c		optional	ddb
 riscv/riscv/db_interface.c	optional	ddb


More information about the svn-src-all mailing list