Module Name:    src
Committed By:   skrll
Date:           Mon Nov  9 13:50:41 UTC 2009

Modified Files:
        src/tools/binutils: mknative-binutils

Log Message:
Collect the branding information.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tools/binutils/mknative-binutils

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/binutils/mknative-binutils
diff -u src/tools/binutils/mknative-binutils:1.6 src/tools/binutils/mknative-binutils:1.7
--- src/tools/binutils/mknative-binutils:1.6	Sun Nov  8 15:33:29 2009
+++ src/tools/binutils/mknative-binutils	Mon Nov  9 13:50:41 2009
@@ -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

Reply via email to