Source-Changes-HG archive

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

[src/trunk]: src Don't build the module sets for non-pae-32bit-pv. Noted by J...



details:   https://anonhg.NetBSD.org/src/rev/d74ab43356bb
branches:  trunk
changeset: 835969:d74ab43356bb
user:      maxv <maxv%NetBSD.org@localhost>
date:      Wed Sep 19 16:11:53 2018 +0000

description:
Don't build the module sets for non-pae-32bit-pv. Noted by John D. Baker
on port-i386@, thanks.

diffstat:

 distrib/sets/lists/modules/md.i386            |   5 ++---
 sys/modules/arch/archdirs.mk                  |   4 ++--
 sys/modules/arch/x86/i386-xen/Makefile        |   5 -----
 sys/modules/arch/x86/i386-xen/bsd.i386-xen.mk |  10 ----------
 4 files changed, 4 insertions(+), 20 deletions(-)

diffs (54 lines):

diff -r f163dfa8b6ed -r d74ab43356bb distrib/sets/lists/modules/md.i386
--- a/distrib/sets/lists/modules/md.i386        Wed Sep 19 15:36:12 2018 +0000
+++ b/distrib/sets/lists/modules/md.i386        Wed Sep 19 16:11:53 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: md.i386,v 1.81 2018/08/28 09:42:10 martin Exp $
+# $NetBSD: md.i386,v 1.82 2018/09/19 16:11:53 maxv Exp $
 #
-# NOTE that there are three sets of files here:
-# @MODULEDIR@, i386-xen, and i386pae-xen
+# NOTE that there are two sets of files here: @MODULEDIR@ and i386pae-xen
 #
 
 ./@MODULEDIR@/acpiacad                         base-kernel-modules     kmod
diff -r f163dfa8b6ed -r d74ab43356bb sys/modules/arch/archdirs.mk
--- a/sys/modules/arch/archdirs.mk      Wed Sep 19 15:36:12 2018 +0000
+++ b/sys/modules/arch/archdirs.mk      Wed Sep 19 16:11:53 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: archdirs.mk,v 1.3 2015/06/22 06:46:27 matt Exp $
+#      $NetBSD: archdirs.mk,v 1.4 2018/09/19 16:11:53 maxv Exp $
 
 # list of subdirs used per-platform
 
@@ -7,7 +7,7 @@
 .endif
 
 .if ${MACHINE} == "i386"
-ARCHDIR_SUBDIR=        x86/i386-xen x86/i386pae-xen
+ARCHDIR_SUBDIR=        x86/i386pae-xen
 .endif
 
 .if ${MACHINE_ARCH} == "powerpc"
diff -r f163dfa8b6ed -r d74ab43356bb sys/modules/arch/x86/i386-xen/Makefile
--- a/sys/modules/arch/x86/i386-xen/Makefile    Wed Sep 19 15:36:12 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-#      $NetBSD: Makefile,v 1.1 2014/08/11 03:43:26 jnemeth Exp $
-
-BSD_MK_COMPAT_FILE=${.CURDIR}/bsd.i386-xen.mk
-
-.include "../../compatsubdir.mk"
diff -r f163dfa8b6ed -r d74ab43356bb sys/modules/arch/x86/i386-xen/bsd.i386-xen.mk
--- a/sys/modules/arch/x86/i386-xen/bsd.i386-xen.mk     Wed Sep 19 15:36:12 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-#      $NetBSD: bsd.i386-xen.mk,v 1.1 2014/08/11 03:43:26 jnemeth Exp $
-
-.ifndef _BSD_I386_XEN_MK_
-_BSD_I386_XEN_MK_=1
-
-KMODULEARCHDIR:=       i386-xen
-
-XEN=   1
-
-.endif # _BSD_I386_XEN_MK_



Home | Main Index | Thread Index | Old Index