Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.alpha GENERIC.MP is no more. GENERIC defaults to MU...



details:   https://anonhg.NetBSD.org/src/rev/7a3081cd7866
branches:  trunk
changeset: 938901:7a3081cd7866
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Sep 19 03:29:57 2020 +0000

description:
GENERIC.MP is no more.  GENERIC defaults to MULTIPROCESSOR now.

diffstat:

 etc/etc.alpha/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e9240343a49e -r 7a3081cd7866 etc/etc.alpha/Makefile.inc
--- a/etc/etc.alpha/Makefile.inc        Sat Sep 19 03:27:42 2020 +0000
+++ b/etc/etc.alpha/Makefile.inc        Sat Sep 19 03:29:57 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.9 2015/02/05 21:50:42 snj Exp $
+#      $NetBSD: Makefile.inc,v 1.10 2020/09/19 03:29:57 thorpej Exp $
 #
 #      etc.alpha/Makefile.inc -- alpha-specific etc Makefile targets
 #
@@ -6,7 +6,7 @@
 # If you change the list of distributed kernels, don't forget
 # to update the release documentation in distrib/notes/common/contents
 
-KERNEL_SETS=           GENERIC GENERIC.MP
+KERNEL_SETS=           GENERIC
 
 BUILD_KERNELS+=                INSTALL
 



Home | Main Index | Thread Index | Old Index