Module Name: src
Committed By: pgoyette
Date: Tue Mar 27 03:41:51 UTC 2018
Modified Files:
src/sys/modules/compat [pgoyette-compat]: Makefile
Log Message:
Finish disable of compat_60_cpu_ucode.c
To generate a diff of this commit:
cvs rdiff -u -r1.14.14.6 -r1.14.14.7 src/sys/modules/compat/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/modules/compat/Makefile
diff -u src/sys/modules/compat/Makefile:1.14.14.6 src/sys/modules/compat/Makefile:1.14.14.7
--- src/sys/modules/compat/Makefile:1.14.14.6 Mon Mar 26 00:00:39 2018
+++ src/sys/modules/compat/Makefile Tue Mar 27 03:41:51 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14.14.6 2018/03/26 00:00:39 pgoyette Exp $
+# $NetBSD: Makefile,v 1.14.14.7 2018/03/27 03:41:51 pgoyette Exp $
.include "../Makefile.inc"
@@ -42,7 +42,7 @@ SRCS+= compat_mod.c compat_exec.c compat
.PATH: ${S}/arch/${MACHINE_CPU}/${MACHINE_CPU}
.PATH: ${S} ${S}/arch/${MACHINE_EXTRA}/${MACHINE_EXTRA}
-.for i in compat_13_machdep.c compat_16_machdep.c compat_60_cpu_ucode.c
+.for i in compat_13_machdep.c compat_16_machdep.c # compat_60_cpu_ucode.c
. if exists(${S}/arch/${MACHINE}/${MACHINE}/${i}) || \
exists(${S}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}/${i}) || \
exists(${S}/arch/${MACHINE_CPU}/${MACHINE_CPU}/${i}) || \