Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/mac68k/instkernel/instkernel mdsetimage doesn't have...
details: https://anonhg.NetBSD.org/src/rev/9474bb9de2da
branches: trunk
changeset: 521696:9474bb9de2da
user: wormey <wormey%NetBSD.org@localhost>
date: Sun Feb 03 19:59:30 2002 +0000
description:
mdsetimage doesn't have a -T option; remove it
diffstat:
distrib/mac68k/instkernel/instkernel/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f7a2ee539679 -r 9474bb9de2da distrib/mac68k/instkernel/instkernel/Makefile
--- a/distrib/mac68k/instkernel/instkernel/Makefile Sun Feb 03 19:58:15 2002 +0000
+++ b/distrib/mac68k/instkernel/instkernel/Makefile Sun Feb 03 19:59:30 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/10/21 23:23:20 jmc Exp $
+# $NetBSD: Makefile,v 1.6 2002/02/03 19:59:30 wormey Exp $
.include "../../../Makefile.inc"
@@ -12,7 +12,7 @@
all:
cp ${KERNEL} netbsd-${INSTALL_KERNEL}
- ${MDSETIMAGE} -T 0x0 -v netbsd-${INSTALL_KERNEL} ${RAMDISK}
+ ${MDSETIMAGE} -v netbsd-${INSTALL_KERNEL} ${RAMDISK}
# XXX Doesn't boot with this. Why?
# strip netbsd-${INSTALL_KERNEL}
# XXX Reported not to boot on some machines.
Home |
Main Index |
Thread Index |
Old Index