Source-Changes-HG archive

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

[src/netbsd-7]: src/distrib/common/bootimage Pull up following revision(s) (r...



details:   https://anonhg.NetBSD.org/src/rev/4e726b10d9d1
branches:  netbsd-7
changeset: 799512:4e726b10d9d1
user:      snj <snj%NetBSD.org@localhost>
date:      Thu Jul 30 15:40:14 2015 +0000

description:
Pull up following revision(s) (requested by riastradh in ticket #902):
        distrib/common/bootimage/Makefile.bootimage: revision 1.11
Fix ytpo: INSTALLBOOTOPTIONS, not INSTALLBOOTOPTOINS.
>From qjsgkem on Freenode.

diffstat:

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

diffs (18 lines):

diff -r ae4ed494f22b -r 4e726b10d9d1 distrib/common/bootimage/Makefile.bootimage
--- a/distrib/common/bootimage/Makefile.bootimage       Thu Jul 30 15:38:39 2015 +0000
+++ b/distrib/common/bootimage/Makefile.bootimage       Thu Jul 30 15:40:14 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.bootimage,v 1.9 2014/08/05 15:40:58 apb Exp $
+#      $NetBSD: Makefile.bootimage,v 1.9.2.1 2015/07/30 15:40:14 snj Exp $
 #
 # Copyright (c) 2009, 2010, 2011 Izumi Tsutsui.  All rights reserved.
 #
@@ -381,7 +381,7 @@
 .endif
        ${TOOL_DISKLABEL} -R -F ${WORKIMG} ${WORKLABEL}
 .if !empty(PRIMARY_BOOT) && ${INSTALLBOOT_AFTER_DISKLABEL} != "no"
-       ${TOOL_INSTALLBOOT} -v -m ${MACHINE} ${INSTALLBOOTOPTOINS} ${WORKIMG} \
+       ${TOOL_INSTALLBOOT} -v -m ${MACHINE} ${INSTALLBOOTOPTIONS} ${WORKIMG} \
            ${WORKDIR}/usr/mdec/${PRIMARY_BOOT}
 .endif
        mv ${WORKIMG} ${.TARGET}



Home | Main Index | Thread Index | Old Index