Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/modules Don't build the "monolithic" compat_ne...



details:   https://anonhg.NetBSD.org/src/rev/92bd2b5e31ed
branches:  pgoyette-compat
changeset: 830747:92bd2b5e31ed
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Sep 22 11:43:24 2018 +0000

description:
Don't build the "monolithic" compat_netbsd32 module, it is replaced by
the new version-specific modules.

diffstat:

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

diffs (25 lines):

diff -r 5f5d82de223c -r 92bd2b5e31ed sys/modules/Makefile
--- a/sys/modules/Makefile      Sat Sep 22 11:41:35 2018 +0000
+++ b/sys/modules/Makefile      Sat Sep 22 11:43:24 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.202.2.33 2018/09/12 21:46:08 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.202.2.34 2018/09/22 11:43:24 pgoyette Exp $
 
 .include <bsd.own.mk>
 
@@ -264,7 +264,6 @@
 
 .if ${MACHINE_CPU} == "arm" \
     || (!empty(MACHINE_ARCH:Mmips64*) && !defined(BSD_MK_COMPAT_FILE))
-SUBDIR+=       compat_netbsd32
 SUBDIR+=       compat_netbsd32_09      compat_netbsd32_12
 SUBDIR+=       compat_netbsd32_13      compat_netbsd32_16
 SUBDIR+=       compat_netbsd32_20      compat_netbsd32_30
@@ -282,7 +281,6 @@
 
 .if ${MACHINE_ARCH} == "x86_64"
 SUBDIR+=       compat_linux32
-SUBDIR+=       compat_netbsd32
 SUBDIR+=       compat_netbsd32_09      compat_netbsd32_12
 SUBDIR+=       compat_netbsd32_13      compat_netbsd32_16
 SUBDIR+=       compat_netbsd32_20      compat_netbsd32_30



Home | Main Index | Thread Index | Old Index