Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/common/bootimage Fix ytpo: INSTALLBOOTOPTIONS, not I...
details: https://anonhg.NetBSD.org/src/rev/fceaf1ecbbf0
branches: trunk
changeset: 338014:fceaf1ecbbf0
user: riastradh <riastradh%NetBSD.org@localhost>
date: Fri May 08 17:46:03 2015 +0000
description:
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 c995fcdf5c84 -r fceaf1ecbbf0 distrib/common/bootimage/Makefile.bootimage
--- a/distrib/common/bootimage/Makefile.bootimage Fri May 08 17:00:51 2015 +0000
+++ b/distrib/common/bootimage/Makefile.bootimage Fri May 08 17:46:03 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootimage,v 1.10 2015/03/12 04:41:23 snj Exp $
+# $NetBSD: Makefile.bootimage,v 1.11 2015/05/08 17:46:03 riastradh 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