Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/vax/floppy ramdisk-kernel creates install.ram.gz now...



details:   https://anonhg.NetBSD.org/src/rev/c55198f959ea
branches:  trunk
changeset: 526550:c55198f959ea
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun May 05 21:24:51 2002 +0000

description:
ramdisk-kernel creates install.ram.gz now, not netbsd.INSTALL.gz

diffstat:

 distrib/vax/floppy/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9a25e1f9b234 -r c55198f959ea distrib/vax/floppy/Makefile
--- a/distrib/vax/floppy/Makefile       Sun May 05 20:38:48 2002 +0000
+++ b/distrib/vax/floppy/Makefile       Sun May 05 21:24:51 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2002/05/02 18:03:00 lukem Exp $
+#      $NetBSD: Makefile,v 1.9 2002/05/05 21:24:51 jdolecek Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -16,7 +16,7 @@
 
 realall: ${IMAGE} ${XXBOOT} ${DESTDIR}/usr/mdec/boot
 
-netbsd.gz: ${INSTKERNOBJ}/netbsd.INSTALL.gz 
+netbsd.gz: ${INSTKERNOBJ}/install.ram.gz
        cp -f ${.ALLSRC} ${.TARGET}
 
 boot.vax: ${DESTDIR}/usr/mdec/boot



Home | Main Index | Thread Index | Old Index