Source-Changes-HG archive

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

[src/trunk]: src/etc add GENERIC.MP to KERNEL_SETS on architectures with MP s...



details:   https://anonhg.NetBSD.org/src/rev/8210ef825a6c
branches:  trunk
changeset: 538043:8210ef825a6c
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Oct 10 16:58:06 2002 +0000

description:
add GENERIC.MP to KERNEL_SETS on architectures with MP support

diffstat:

 etc/etc.alpha/Makefile.inc  |  4 ++--
 etc/etc.i386/Makefile.inc   |  4 ++--
 etc/etc.macppc/Makefile.inc |  4 ++--
 etc/etc.sparc/Makefile.inc  |  4 ++--
 etc/etc.vax/Makefile.inc    |  4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diffs (72 lines):

diff -r a27d0588115b -r 8210ef825a6c etc/etc.alpha/Makefile.inc
--- a/etc/etc.alpha/Makefile.inc        Thu Oct 10 15:39:01 2002 +0000
+++ b/etc/etc.alpha/Makefile.inc        Thu Oct 10 16:58:06 2002 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile.inc,v 1.4 2002/05/02 15:38:07 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.5 2002/10/10 16:58:06 jdolecek Exp $
 
-KERNEL_SETS=           GENERIC
+KERNEL_SETS=           GENERIC GENERIC.MP
 
 BUILD_KERNELS+=                INSTALL
 
diff -r a27d0588115b -r 8210ef825a6c etc/etc.i386/Makefile.inc
--- a/etc/etc.i386/Makefile.inc Thu Oct 10 15:39:01 2002 +0000
+++ b/etc/etc.i386/Makefile.inc Thu Oct 10 16:58:06 2002 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile.inc,v 1.34 2002/05/02 15:09:43 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.35 2002/10/10 16:58:06 jdolecek Exp $
 #
 #      etc.i386/Makefile.inc -- i386-specific etc Makefile targets
 #
 
 KERNEL_SETS=           GENERIC GENERIC_TINY GENERIC_LAPTOP \
-                       GENERIC_DIAGNOSTIC GENERIC_PS2TINY
+                       GENERIC_DIAGNOSTIC GENERIC_PS2TINY GENERIC.MP
 
 BUILD_KERNELS=         INSTALL INSTALL_SMALL INSTALL_TINY \
                        INSTALL_LAPTOP INSTALL_PS2
diff -r a27d0588115b -r 8210ef825a6c etc/etc.macppc/Makefile.inc
--- a/etc/etc.macppc/Makefile.inc       Thu Oct 10 15:39:01 2002 +0000
+++ b/etc/etc.macppc/Makefile.inc       Thu Oct 10 16:58:06 2002 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile.inc,v 1.4 2002/05/02 15:09:44 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.5 2002/10/10 16:58:07 jdolecek Exp $
 
-KERNEL_SETS=           GENERIC
+KERNEL_SETS=           GENERIC GENERIC.MP
 
 BUILD_KERNELS+=                INSTALL GENERIC_MD
 
diff -r a27d0588115b -r 8210ef825a6c etc/etc.sparc/Makefile.inc
--- a/etc/etc.sparc/Makefile.inc        Thu Oct 10 15:39:01 2002 +0000
+++ b/etc/etc.sparc/Makefile.inc        Thu Oct 10 16:58:06 2002 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile.inc,v 1.26 2002/05/02 15:09:48 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.27 2002/10/10 16:58:07 jdolecek Exp $
 #
 #      etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets
 #
 
 TOP= $(.CURDIR)/..
 
-KERNEL_SETS=           GENERIC GENERIC_SCSI3 GENERIC_SUN4U
+KERNEL_SETS=           GENERIC GENERIC_SCSI3 GENERIC_SUN4U GENERIC.MP
 
 BUILD_KERNELS=         INSTALL
 
diff -r a27d0588115b -r 8210ef825a6c etc/etc.vax/Makefile.inc
--- a/etc/etc.vax/Makefile.inc  Thu Oct 10 15:39:01 2002 +0000
+++ b/etc/etc.vax/Makefile.inc  Thu Oct 10 16:58:06 2002 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile.inc,v 1.14 2002/05/02 15:09:49 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.15 2002/10/10 16:58:07 jdolecek Exp $
 #
 #      etc.vax/Makefile.inc -- vax-specific etc Makefile targets
 #
 
-KERNEL_SETS=           GENERIC
+KERNEL_SETS=           GENERIC GENERIC.MP
 
 BUILD_KERNELS=         INSTALL
 



Home | Main Index | Thread Index | Old Index