Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib/vax Pull up revision 1.8 (requested by matt):
details: https://anonhg.NetBSD.org/src/rev/e9f92b7fb28d
branches: netbsd-1-5
changeset: 490934:e9f92b7fb28d
user: he <he%NetBSD.org@localhost>
date: Tue Mar 20 18:35:51 2001 +0000
description:
Pull up revision 1.8 (requested by matt):
Make a boot floppy for VAX.
diffstat:
distrib/vax/Makefile | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diffs (33 lines):
diff -r d58273ba142b -r e9f92b7fb28d distrib/vax/Makefile
--- a/distrib/vax/Makefile Tue Mar 20 18:35:26 2001 +0000
+++ b/distrib/vax/Makefile Tue Mar 20 18:35:51 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5.2.1 2000/10/19 14:14:29 tv Exp $
+# $NetBSD: Makefile,v 1.5.2.2 2001/03/20 18:35:51 he Exp $
.include <bsd.own.mk> # Use /etc/mk.conf.
@@ -6,7 +6,7 @@
IINST= ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} \
-o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE}
-SUBDIR= ramdisk ramdisk-kernel #inst tk50 rx50 rx33
+SUBDIR= ramdisk ramdisk-kernel floppy #inst tk50 rx50 rx33
.include <bsd.subdir.mk>
@@ -15,10 +15,11 @@
@echo setenv RELEASEDIR first
@false
.else
-INSTKERNOBJ != cd ${.CURDIR}/ramdisk-kernel; ${MAKE} print-objdir
-BOOTOBJ != cd ${.CURDIR}/../../sys/arch/vax/boot/boot; ${MAKE} print-objdir
+INSTKERNOBJ != cd ${.CURDIR}/ramdisk-kernel && ${PRINTOBJDIR}
+FLOPPYOBJ != cd ${.CURDIR}/floppy && ${PRINTOBJDIR}
release:
- ${IINST} ${BOOTOBJ}/boot.mop ${ITARGET}/netboot/
+ ${IINST} ${DESTDIR}/usr/mdec/boot.mop ${ITARGET}/netboot/
${IINST} ${INSTKERNOBJ}/netbsd.INSTALL.gz ${ITARGET}/netboot/netbsd.ram.gz
+ ${IINST} ${FLOPPYOBJ}/boot.fs ${ITARGET}/bootfs/
.endif
Home |
Main Index |
Thread Index |
Old Index