Source-Changes-HG archive

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

[src/trunk]: src/distrib/alpha Use the correct name of the INSTALL kernel.



details:   https://anonhg.NetBSD.org/src/rev/30d912e4968b
branches:  trunk
changeset: 526174:30d912e4968b
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Apr 26 17:30:00 2002 +0000

description:
Use the correct name of the INSTALL kernel.

diffstat:

 distrib/alpha/Makefile                       |  4 ++--
 distrib/alpha/instkernel/cd-hd-tape/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r f49b4a57fb5d -r 30d912e4968b distrib/alpha/Makefile
--- a/distrib/alpha/Makefile    Fri Apr 26 16:39:52 2002 +0000
+++ b/distrib/alpha/Makefile    Fri Apr 26 17:30:00 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.16 2002/04/26 15:50:24 lukem Exp $
+#      $NetBSD: Makefile,v 1.17 2002/04/26 17:30:00 matt Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/Makefile.inc"
@@ -19,7 +19,7 @@
        ${RELINSTALL} ${CDHDTAPEOBJ}/cdhdtape ${ITARGET}/diskimage/.
        ${RELINSTALL} ${FDSETOBJ}/disk1of2 ${ITARGET}/floppy/.
        ${RELINSTALL} ${FDSETOBJ}/disk2of2 ${ITARGET}/floppy/.
-       ${RELINSTALL} ${INSTKERNOBJ}/netbsd.gz ${ITARGET}/instkernel/.
+       ${RELINSTALL} ${INSTKERNOBJ}/netbsd.INSTALL.gz ${ITARGET}/instkernel/netbsd.gz
 #      ${RELINSTALL} ${GENERICOBJ}/GENERIC.fs ${ITARGET}/misc/.
 
 .include <bsd.subdir.mk>
diff -r f49b4a57fb5d -r 30d912e4968b distrib/alpha/instkernel/cd-hd-tape/Makefile
--- a/distrib/alpha/instkernel/cd-hd-tape/Makefile      Fri Apr 26 16:39:52 2002 +0000
+++ b/distrib/alpha/instkernel/cd-hd-tape/Makefile      Fri Apr 26 17:30:00 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2002/03/05 21:23:28 thorpej Exp $
+#      $NetBSD: Makefile,v 1.9 2002/04/26 17:30:01 matt Exp $
 
 .include <bsd.own.mk>
 
@@ -7,7 +7,7 @@
 NFILES=                3
 
 INSTKERNELDIR!=        cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR}
-INSTKERNEL=    ${INSTKERNELDIR}/netbsd.gz
+INSTKERNEL=    ${INSTKERNELDIR}/netbsd.INSTALL.gz
 
 MOUNT_POINT?=  /mnt
 VND?=          vnd0



Home | Main Index | Thread Index | Old Index