Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/shark/conf Remove an extra backslash.



details:   https://anonhg.NetBSD.org/src/rev/9601904a0645
branches:  trunk
changeset: 766817:9601904a0645
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jul 02 17:33:10 2011 +0000

description:
Remove an extra backslash.

diffstat:

 sys/arch/shark/conf/Makefile.shark.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 16c8394ca2e9 -r 9601904a0645 sys/arch/shark/conf/Makefile.shark.inc
--- a/sys/arch/shark/conf/Makefile.shark.inc    Sat Jul 02 14:28:14 2011 +0000
+++ b/sys/arch/shark/conf/Makefile.shark.inc    Sat Jul 02 17:33:10 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.shark.inc,v 1.14 2011/07/02 14:17:40 mrg Exp $
+#      $NetBSD: Makefile.shark.inc,v 1.15 2011/07/02 17:33:10 tsutsui Exp $
 
 MACHINE_ARCH=          arm
 CPPFLAGS+=             -D${MACHINE}
@@ -19,7 +19,7 @@
        -R .ident -R .arm.atpcs -R .comment -R .note.netbsd.ident \
        -R .debug_abbrev -R .debug_info -R .debug_line -R .debug_str \
        -R .debug_frame -R .debug_loc -R .debug_pubnames \
-       -R .debug_aranges -R .debug_pubtypes -R .ARM.attributes \
+       -R .debug_aranges -R .debug_pubtypes -R .ARM.attributes
 
 SYSTEM_LD_TAIL_EXTRA+=; \
        echo \



Home | Main Index | Thread Index | Old Index