Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sgimips/stand/boot Fix typo (missing -)
details: https://anonhg.NetBSD.org/src/rev/9ea75736b5f8
branches: trunk
changeset: 750099:9ea75736b5f8
user: matt <matt%NetBSD.org@localhost>
date: Wed Dec 16 19:00:48 2009 +0000
description:
Fix typo (missing -)
diffstat:
sys/arch/sgimips/stand/boot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7887a3d07e11 -r 9ea75736b5f8 sys/arch/sgimips/stand/boot/Makefile
--- a/sys/arch/sgimips/stand/boot/Makefile Wed Dec 16 17:20:19 2009 +0000
+++ b/sys/arch/sgimips/stand/boot/Makefile Wed Dec 16 19:00:48 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2009/12/14 00:46:14 matt Exp $
+# $NetBSD: Makefile,v 1.16 2009/12/16 19:00:48 matt Exp $
# Don't strip the ECOFF'ed version on install -- strip gets confused by that,
@@ -13,7 +13,7 @@
${PROG}: ip2xboot ip3xboot
.if ${MACHINE_ARCH} == "mipseb"
${OBJCOPY} --impure -O ecoff-bigmips \
- -R .pdr -R .mdebug.nabi32 R .mdebug.abi32 \
+ -R .pdr -R .mdebug.nabi32 -R .mdebug.abi32 \
-R .comment -R .ident \
ip2xboot ${.TARGET}
.else
Home |
Main Index |
Thread Index |
Old Index