Source-Changes-HG archive

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

[src/trunk]: src/distrib add ppc601 kernel to macppc iso



details:   https://anonhg.NetBSD.org/src/rev/29c1c4ed0378
branches:  trunk
changeset: 445794:29c1c4ed0378
user:      scole <scole%NetBSD.org@localhost>
date:      Tue Nov 13 03:03:22 2018 +0000

description:
add ppc601 kernel to macppc iso

diffstat:

 distrib/cdrom/NetBSD-current.mk          |  5 +++--
 distrib/macppc/cdroms/installcd/Makefile |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r 5a03c953f9f6 -r 29c1c4ed0378 distrib/cdrom/NetBSD-current.mk
--- a/distrib/cdrom/NetBSD-current.mk   Tue Nov 13 01:06:37 2018 +0000
+++ b/distrib/cdrom/NetBSD-current.mk   Tue Nov 13 03:03:22 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NetBSD-current.mk,v 1.8 2010/10/05 14:16:20 tsutsui Exp $
+# $NetBSD: NetBSD-current.mk,v 1.9 2018/11/13 03:03:22 scole Exp $
 #
 # Configuration file for NetBSD-current.
 
@@ -31,7 +31,8 @@
                        macppc.ofwboot:macppc/binary/sets/base.tgz,./usr/mdec/ofwboot
 INTFILES.macppc=       ofwboot.xcf:macppc/installation/ofwboot.xcf,link \
                        ofwboot:macppc/binary/sets/base.tgz,./usr/mdec/ofwboot \
-                       netbsd.macppc:macppc/binary/kernel/netbsd-INSTALL.gz,link
+                       netbsd.macppc:macppc/binary/kernel/netbsd-INSTALL.gz,link \
+                       netbsd.601:macppc/binary/kernel/netbsd-INSTALL_601.gz,link
 
 # BOOTFILE.pmax is absolute
 BOOTFILE.pmax=         ${EXTFILEDIR}/pmax.bootxx
diff -r 5a03c953f9f6 -r 29c1c4ed0378 distrib/macppc/cdroms/installcd/Makefile
--- a/distrib/macppc/cdroms/installcd/Makefile  Tue Nov 13 01:06:37 2018 +0000
+++ b/distrib/macppc/cdroms/installcd/Makefile  Tue Nov 13 03:03:22 2018 +0000
@@ -1,8 +1,9 @@
-#      $NetBSD: Makefile,v 1.3 2018/09/28 15:05:21 martin Exp $
+#      $NetBSD: Makefile,v 1.4 2018/11/13 03:07:21 scole Exp $
 CDBASE=                macppccd                # gives ${CDBASE}.iso
 CDRELEASE=     true                    # include $RELEASEDIR/$MACHINE
 CDRELEASE_NODEBUG=     true
 CDKERNELS=     netbsd-INSTALL.gz netbsd
+CDKERNELS+=    netbsd-INSTALL_601.gz netbsd.601
 CDINSTKERNEL=  ../../floppies/md-kernel
 CDBUILDEXTRA=  ${DESTDIR}/usr/mdec/ofwboot.xcf
 



Home | Main Index | Thread Index | Old Index