Source-Changes-HG archive

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

[src/trunk]: src/distrib/hpcmips s/mdsetimage/${MDSETIMAGE}/.



details:   https://anonhg.NetBSD.org/src/rev/76aee26f7552
branches:  trunk
changeset: 522383:76aee26f7552
user:      shin <shin%NetBSD.org@localhost>
date:      Mon Feb 18 03:38:01 2002 +0000

description:
s/mdsetimage/${MDSETIMAGE}/.

diffstat:

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

diffs (18 lines):

diff -r ea47a9372e27 -r 76aee26f7552 distrib/hpcmips/Makefile
--- a/distrib/hpcmips/Makefile  Mon Feb 18 00:57:54 2002 +0000
+++ b/distrib/hpcmips/Makefile  Mon Feb 18 03:38:01 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2002/02/09 13:56:50 lukem Exp $
+#      $NetBSD: Makefile,v 1.8 2002/02/18 03:38:01 shin Exp $
 
 .include "../Makefile.inc"
 
@@ -34,7 +34,7 @@
 .for instkern in ${INSTKERNELS}
        rm -f netbsd netbsd.gz
        cp ${KERNOBJDIR}/INSTALL_${instkern}/netbsd .
-       mdsetimage netbsd ${MINIROOTOBJ}/miniroot.fs
+       ${MDSETIMAGE} netbsd ${MINIROOTOBJ}/miniroot.fs
        gzip -9 netbsd
        ${IINST} netbsd.gz ${ITARGET}/netbsd.${instkern}.gz
 .endfor



Home | Main Index | Thread Index | Old Index