Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/distrib/mac68k/instkernel/instkernel Don't strip. This ...
details: https://anonhg.NetBSD.org/src/rev/fe9c88410a74
branches: netbsd-1-4
changeset: 469854:fe9c88410a74
user: fredb <fredb%NetBSD.org@localhost>
date: Sun Dec 12 18:00:29 1999 +0000
description:
Don't strip. This makes it work on my test machine, a Quadra 630,
using Booter 1.11.4.
diffstat:
distrib/mac68k/instkernel/instkernel/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 156642fb05d3 -r fe9c88410a74 distrib/mac68k/instkernel/instkernel/Makefile
--- a/distrib/mac68k/instkernel/instkernel/Makefile Sat Dec 04 20:37:14 1999 +0000
+++ b/distrib/mac68k/instkernel/instkernel/Makefile Sun Dec 12 18:00:29 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1999/03/26 08:34:37 ender Exp $
+# $NetBSD: Makefile,v 1.1.2.1 1999/12/12 18:00:29 fredb Exp $
RAMDISK!=cd ${.CURDIR}/../ramdisk; \
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/ramdisk.fs\n" | \
@@ -9,7 +9,7 @@
all:
cp ${KERNEL} netbsd
mdsetimage -T 0x0 -v netbsd ${RAMDISK}
- strip netbsd
+# strip netbsd
gzip -f netbsd
clean cleandir distclean:
Home |
Main Index |
Thread Index |
Old Index