Source-Changes-HG archive

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

[src/trunk]: src Build and install the prekern by default. I didn't build a full



details:   https://anonhg.NetBSD.org/src/rev/4f62ef9b65f1
branches:  trunk
changeset: 828629:4f62ef9b65f1
user:      maxv <maxv%NetBSD.org@localhost>
date:      Fri Dec 22 07:19:02 2017 +0000

description:
Build and install the prekern by default. I didn't build a full
distribution to test this change, but it seems fine enough.

diffstat:

 distrib/sets/lists/base/md.amd64 |  3 ++-
 sys/arch/amd64/Makefile          |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r f2f91595d278 -r 4f62ef9b65f1 distrib/sets/lists/base/md.amd64
--- a/distrib/sets/lists/base/md.amd64  Fri Dec 22 02:36:46 2017 +0000
+++ b/distrib/sets/lists/base/md.amd64  Fri Dec 22 07:19:02 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: md.amd64,v 1.273 2017/11/29 09:34:01 wiz Exp $
+# $NetBSD: md.amd64,v 1.274 2017/12/22 07:19:02 maxv Exp $
 ./dev/lms0                                     base-obsolete           obsolete
 ./dev/mms0                                     base-obsolete           obsolete
 ./sbin/mount_qemufwcfg                         base-sysutil-root
@@ -64,6 +64,7 @@
 ./usr/mdec/netboot_pcnet_isapnp.rom            base-obsolete           obsolete
 ./usr/mdec/netboot_pcnet_pci.rom               base-obsolete           obsolete
 ./usr/mdec/netboot_wd80x3.rom                  base-obsolete           obsolete
+./usr/mdec/prekern                             base-sysutil-bin
 ./usr/mdec/pxeboot_ia32.bin                    base-sysutil-bin
 ./usr/mdec/pxeboot_ia32_com0.bin               base-obsolete           obsolete
 ./usr/sbin/acpidump                            base-sysutil-bin
diff -r f2f91595d278 -r 4f62ef9b65f1 sys/arch/amd64/Makefile
--- a/sys/arch/amd64/Makefile   Fri Dec 22 02:36:46 2017 +0000
+++ b/sys/arch/amd64/Makefile   Fri Dec 22 07:19:02 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2011/03/18 19:46:19 dyoung Exp $
+#      $NetBSD: Makefile,v 1.8 2017/12/22 07:19:02 maxv Exp $
 
 # Makefile for amd64 tags file and boot blocks
 
@@ -38,6 +38,6 @@
 
 
 SUBDIR=        compile include ../x86/include ../xen/include \
-       ../i386/include ../i386/stand
+       ../i386/include ../i386/stand stand
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index