Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib/macppc Export boot.fs (pullup rev 1.4)
details: https://anonhg.NetBSD.org/src/rev/703fcf6aa567
branches: netbsd-1-5
changeset: 488243:703fcf6aa567
user: matt <matt%NetBSD.org@localhost>
date: Fri Jun 23 18:01:14 2000 +0000
description:
Export boot.fs (pullup rev 1.4)
diffstat:
distrib/macppc/Makefile | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diffs (26 lines):
diff -r e0992782feaf -r 703fcf6aa567 distrib/macppc/Makefile
--- a/distrib/macppc/Makefile Fri Jun 23 15:41:40 2000 +0000
+++ b/distrib/macppc/Makefile Fri Jun 23 18:01:14 2000 +0000
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/06/12 23:02:45 matt Exp $
-
-# $NetBSD: Makefile,v 1.3 2000/06/12 23:02:45 matt Exp $
+# $NetBSD: Makefile,v 1.3.2.1 2000/06/23 18:01:14 matt Exp $
.include <bsd.own.mk> # Use /etc/mk.conf.
@@ -17,11 +15,12 @@
@echo setenv RELEASEDIR first
@false
.else
-INSTKERNOBJ != cd floppies/bootfloppy; make print-objdir
+BOOTFLOPOBJ != cd floppies/bootfloppy; make print-objdir
BOOTOBJ != cd ${.CURDIR}/../../sys/arch/macppc/stand/ofwboot; make print-objdir
release:
${IINST} ${BOOTOBJ}/ofwboot.elf ${ITARGET}/
${IINST} ${BOOTOBJ}/ofwboot.xcf ${ITARGET}/
- ${IINST} ${INSTKERNOBJ}/netbsd.ram.gz ${ITARGET}/netbsd.ram.gz
+ ${IINST} ${BOOTFLOPOBJ}/boot.fs ${ITARGET}/
+ ${IINST} ${BOOTFLOPOBJ}/netbsd.ram.gz ${ITARGET}/
.endif
Home |
Main Index |
Thread Index |
Old Index