Source-Changes-HG archive

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

[src/trunk]: src/tools/binutils need global replace



details:   https://anonhg.NetBSD.org/src/rev/513f0408c903
branches:  trunk
changeset: 445654:513f0408c903
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Nov 08 02:08:35 2018 +0000

description:
need global replace

diffstat:

 tools/binutils/mknative-binutils |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 595b635b0082 -r 513f0408c903 tools/binutils/mknative-binutils
--- a/tools/binutils/mknative-binutils  Thu Nov 08 02:03:37 2018 +0000
+++ b/tools/binutils/mknative-binutils  Thu Nov 08 02:08:35 2018 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $NetBSD: mknative-binutils,v 1.10 2018/11/07 01:14:19 christos Exp $
+#      $NetBSD: mknative-binutils,v 1.11 2018/11/08 02:08:35 christos Exp $
 #
 # Shell script for generating all the constants needed for a native
 # platform build of src/external/gpl3/binutils
@@ -96,7 +96,7 @@
                 DEFS INCLUDES as_new_OBJECTS as_new_LDADD | 
        sed     -e s/G_as_new_OBJECTS/G_OBJS/ \
                -e s/G_as_new_LDADD=/G_OBJS+=/ \
-               -e s@config/@@ \
+               -e s@config/@@g \
                -e 's/\.\..*a//' |
        write_mk external/gpl3/binutils/usr.bin/gas/arch/$MACHINE_ARCH/defs.mk
 



Home | Main Index | Thread Index | Old Index