Source-Changes-HG archive

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

[src/trunk]: src/distrib/hpcmips fix typo.



details:   https://anonhg.NetBSD.org/src/rev/9f914fd209b6
branches:  trunk
changeset: 525440:9f914fd209b6
user:      shin <shin%NetBSD.org@localhost>
date:      Thu Apr 11 13:50:06 2002 +0000

description:
fix typo.

diffstat:

 distrib/hpcmips/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r eb1a51cfe1cd -r 9f914fd209b6 distrib/hpcmips/Makefile
--- a/distrib/hpcmips/Makefile  Thu Apr 11 13:20:22 2002 +0000
+++ b/distrib/hpcmips/Makefile  Thu Apr 11 13:50:06 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2002/04/11 06:39:04 lukem Exp $
+#      $NetBSD: Makefile,v 1.13 2002/04/11 13:50:06 shin Exp $
 
 .include <bsd.own.mk>
 .include "${_SRC_TOP_}/distrib/Makefile.inc"
@@ -24,7 +24,7 @@
 .for K I in ${TARGETS}                                 # {
 IMAGES+=       ${I}.gz
 ${I}.gz: .NOTMAIN ${KERNOBJDIR}/${K}/netbsd ${MINIROOTOBJ}/miniroot.fs
-       cp ${KERNOBJDIR}/${K}/netbsd.tmp .
+       cp ${KERNOBJDIR}/${K}/netbsd netbsd.tmp
        ${MDSETIMAGE} netbsd.tmp ${MINIROOTOBJ}/miniroot.fs
        gzip -9 netbsd.tmp
        mv netbsd.tmp.gz ${.TARGET}
@@ -38,7 +38,7 @@
 
 release: check_RELEASEDIR .WAIT ${IMAGES}
 .for img in ${IMAGES}
-       ${RELINST} ${img} ${ITARGET}/.
+       ${RELINSTALL} ${img} ${ITARGET}/.
 .endfor
        (cd ${ITARGET}; ${UUDECODE} ${PBSDBOOT1}; \
            chmod ${NONBINMODE} pbsdboot1.exe)



Home | Main Index | Thread Index | Old Index