Source-Changes-HG archive

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

[src/trunk]: src/tools/binutils Collect the branding information.



details:   https://anonhg.NetBSD.org/src/rev/5ae7e97d59d0
branches:  trunk
changeset: 748893:5ae7e97d59d0
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Nov 09 13:50:41 2009 +0000

description:
Collect the branding information.

diffstat:

 tools/binutils/mknative-binutils |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r c0679d6e3408 -r 5ae7e97d59d0 tools/binutils/mknative-binutils
--- a/tools/binutils/mknative-binutils  Mon Nov 09 13:33:08 2009 +0000
+++ b/tools/binutils/mknative-binutils  Mon Nov 09 13:50:41 2009 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $NetBSD: mknative-binutils,v 1.6 2009/11/08 15:33:29 skrll Exp $
+#      $NetBSD: mknative-binutils,v 1.7 2009/11/09 13:50:41 skrll Exp $
 #
 # Shell script for generating all the constants needed for a native
 # platform build of src/external/gpl3/binutils
@@ -74,6 +74,10 @@
                        VERSION DEFS INCLUDES PROGRAMS
                getvars binutils/doc/Makefile \
                        man_MANS TEXINFOS
+               getvars bfd/doc/Makefile \
+                       PKGVERSION | sed 's,\\\(.\),\1,'
+               getvars bfd/doc/Makefile \
+                       REPORT_BUGS_TEXI
 
                for f in `getvars binutils/Makefile PROGRAMS | sed 'y,-,_,;s,^[^=]*=,,'`; do
                        getvars binutils/Makefile ${f}_OBJECTS ${f}_DEPENDENCIES



Home | Main Index | Thread Index | Old Index