Source-Changes-HG archive

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

[src/netbsd-2-0]: src/distrib/acorn32/stand Pull up revision 1.14 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/a3846280aec5
branches:  netbsd-2-0
changeset: 561412:a3846280aec5
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Jun 17 07:51:46 2004 +0000

description:
Pull up revision 1.14 (requested by abs in ticket #497):
Ship boot32 in the bootloader application, and use it in preference to
BtNetBSD.

diffstat:

 distrib/acorn32/stand/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r e2e1a36ade6b -r a3846280aec5 distrib/acorn32/stand/Makefile
--- a/distrib/acorn32/stand/Makefile    Thu Jun 17 07:51:40 2004 +0000
+++ b/distrib/acorn32/stand/Makefile    Thu Jun 17 07:51:46 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10.2.3 2004/06/17 07:50:36 tron Exp $
+#      $NetBSD: Makefile,v 1.10.2.4 2004/06/17 07:51:46 tron Exp $
 #
 
 .include <bsd.own.mk>
@@ -12,6 +12,8 @@
 
 RAMDISKDIR!=   cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
 
+BOOTLOADER=    ${DESTDIR}/usr/mdec/boot32,ffa
+
 all: ${ARCHIVE}
 
 release: check_RELEASEDIR .WAIT ${ARCHIVE}
@@ -97,6 +99,7 @@
 .PHONY: tmp/BtNetBSD
 tmp/BtNetBSD: setup_tmp settypes
        cp ${KERNOBJDIR}/INSTALL/netbsd tmp/BtNetBSD/InstKern,1a9
+       cp ${BOOTLOADER} 'tmp/BtNetBSD/!BtNetBSD/boot32,ffa'
        ${TOOL_MDSETIMAGE} tmp/BtNetBSD/InstKern,1a9 ${RAMDISKDIR}/ramdisk.fs
        # unixfs is copied into the !BtNetBSD dir at install time
        cd tmp/BtNetBSD && cp -R '!BtNetBSD/native' unixfs



Home | Main Index | Thread Index | Old Index