Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/macppc/floppies/bootfloppy convert to MI installboot...
details: https://anonhg.NetBSD.org/src/rev/6b64381caf07
branches: trunk
changeset: 526994:6b64381caf07
user: lukem <lukem%NetBSD.org@localhost>
date: Wed May 15 14:03:53 2002 +0000
description:
convert to MI installboot. this now cross compiles. (XXX: boot.fs untested)
diffstat:
distrib/macppc/floppies/bootfloppy/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 3a0ee3940e1c -r 6b64381caf07 distrib/macppc/floppies/bootfloppy/Makefile
--- a/distrib/macppc/floppies/bootfloppy/Makefile Wed May 15 13:55:38 2002 +0000
+++ b/distrib/macppc/floppies/bootfloppy/Makefile Wed May 15 14:03:53 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2002/05/04 01:34:38 lukem Exp $
+# $NetBSD: Makefile,v 1.25 2002/05/15 14:03:53 lukem Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -15,8 +15,7 @@
KERNOBJ!= cd ${.CURDIR}/../md-kernel && ${PRINTOBJDIR}
FLOPPY_NETBSD= ${KERNOBJ}/netbsd.INSTALL.gz
FLOPPY_BOOT= ${MDEC}/ofwboot
-# XXXDISTRIB: need MI installboot for macppc
-FLOPPYINSTBOOT= "${MDEC}/installboot -v -b 17 boot ${MDEC}/bootxx @IMAGE@"
+FLOPPYINSTBOOT= "${INSTALLBOOT} -v -m ${MACHINE} -t raw -B 17 @IMAGE@ ${MDEC}/bootxx ${FLOPPY_BOOT}"
.include "${DISTRIBDIR}/common/Makefile.tarfloppy"
Home |
Main Index |
Thread Index |
Old Index