Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/pgoyette-compat]: src/sys/modules/compat Finish disable of compat_60_cpu...



details:   https://anonhg.NetBSD.org/src/rev/a7582bc57fb6
branches:  pgoyette-compat
changeset: 830519:a7582bc57fb6
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Mar 27 03:41:51 2018 +0000

description:
Finish disable of compat_60_cpu_ucode.c

diffstat:

 sys/modules/compat/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 01745f6728b9 -r a7582bc57fb6 sys/modules/compat/Makefile
--- a/sys/modules/compat/Makefile       Mon Mar 26 10:49:45 2018 +0000
+++ b/sys/modules/compat/Makefile       Tue Mar 27 03:41:51 2018 +0000
@@ -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 @@
 .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}) || \



Home | Main Index | Thread Index | Old Index