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/ramdisk Pull up revisions 1.2...
details: https://anonhg.NetBSD.org/src/rev/33f5c0f07414
branches: netbsd-1-4
changeset: 470004:33f5c0f07414
user: he <he%NetBSD.org@localhost>
date: Sat Jan 08 20:17:16 2000 +0000
description:
Pull up revisions 1.2-1.3 (via patch, requested by fredb):
Build the mac68k instkernel (bootable sysinstall), and include
it in the standard release.
diffstat:
distrib/mac68k/instkernel/ramdisk/Makefile | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diffs (42 lines):
diff -r 011a459f4ac6 -r 33f5c0f07414 distrib/mac68k/instkernel/ramdisk/Makefile
--- a/distrib/mac68k/instkernel/ramdisk/Makefile Sat Jan 08 20:16:06 2000 +0000
+++ b/distrib/mac68k/instkernel/ramdisk/Makefile Sat Jan 08 20:17:16 2000 +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 2000/01/08 20:17:16 he Exp $
TOP= ${.CURDIR}/..
@@ -20,7 +20,7 @@
CRUNCHCONF= ${CBIN}.conf
MTREE= mtree.conf
-all: ${CBIN}
+all: notes ${CBIN}
dd if=/dev/zero of=${IMAGE} count=5120
vnconfig -v -c ${VND_CDEV} ${IMAGE}
# disklabel -rw ${VND_CDEV} ${DISKTYPE}
@@ -40,6 +40,11 @@
-vnconfig -u ${VND_DEV}
-/bin/rm -f ${IMAGE}
+notes:
+ cd ${.CURDIR}/../../../notes/mac68k && ${MAKE} && \
+ cp ${.OBJDIR}/../../../notes/mac68k${__usrobjdirpf}/INSTALL.more \
+ ${.OBJDIR}/
+
${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
crunchgen -D ${TOP}/../../.. -L ${DESTDIR}/usr/lib ${.ALLSRC}
@@ -47,7 +52,10 @@
make -f ${CBIN}.mk all
clean cleandir distclean:
- /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
+ /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache \
+ *.o *.lo *.c INSTALL.more
+
+.INTERRUPT: unconfig
.include <bsd.own.mk>
.include <bsd.obj.mk>
Home |
Main Index |
Thread Index |
Old Index