Module Name:    src
Committed By:   skrll
Date:           Tue Nov 10 10:24:50 UTC 2009

Modified Files:
        src/external/gpl3/binutils/usr.bin/common: Makefile
        src/external/gpl3/binutils/usr.bin/gas: Makefile
        src/external/gpl3/binutils/usr.bin/gprof: Makefile
        src/external/gpl3/binutils/usr.bin/ld: Makefile

Log Message:
Add branding to native tools. Update make dependencies to pick up
changes.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/binutils/usr.bin/common/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/binutils/usr.bin/gas/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/binutils/usr.bin/gprof/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/binutils/usr.bin/ld/Makefile

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

Modified files:

Index: src/external/gpl3/binutils/usr.bin/common/Makefile
diff -u src/external/gpl3/binutils/usr.bin/common/Makefile:1.4 src/external/gpl3/binutils/usr.bin/common/Makefile:1.5
--- src/external/gpl3/binutils/usr.bin/common/Makefile:1.4	Sat Sep 26 11:51:34 2009
+++ src/external/gpl3/binutils/usr.bin/common/Makefile	Tue Nov 10 10:24:50 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2009/09/26 11:51:34 skrll Exp $
+#	$NetBSD: Makefile,v 1.5 2009/11/10 10:24:50 skrll Exp $
 
 .include <bsd.own.mk>
 
@@ -18,9 +18,13 @@
 	${_MKTARGET_CREATE}
 	rm -f ${.TARGET}
 	(echo "@set VERSION ${G_VERSION}"; \
-	if [ -n "$(PKGVERSION)" ]; then \
-		echo "@set VERSION_PACKAGE $(PKGVERSION)"; \
-	fi) > ${.TARGET}
+	if [ -n "$(G_PKGVERSION)" ]; then \
+		echo "@set VERSION_PACKAGE $(G_PKGVERSION)"; \
+	fi; \
+	if [ -n "$(G_REPORT_BUGS_TEXI)" ]; then \
+		echo "@set BUGURL $(G_REPORT_BUGS_TEXI)"; \
+	fi \
+	) > ${.TARGET}
 
 CLEANFILES+=	bfdver.texi
 

Index: src/external/gpl3/binutils/usr.bin/gas/Makefile
diff -u src/external/gpl3/binutils/usr.bin/gas/Makefile:1.3 src/external/gpl3/binutils/usr.bin/gas/Makefile:1.4
--- src/external/gpl3/binutils/usr.bin/gas/Makefile:1.3	Sun Sep 27 12:58:59 2009
+++ src/external/gpl3/binutils/usr.bin/gas/Makefile	Tue Nov 10 10:24:50 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2009/09/27 12:58:59 blymn Exp $
+#	$NetBSD: Makefile,v 1.4 2009/11/10 10:24:50 skrll Exp $
 
 .include <bsd.own.mk>
 
@@ -51,7 +51,9 @@
 COMMONOBJDIR!=	cd ${TOP}/usr.bin/common && ${PRINTOBJDIR}
 INFOFLAGS=	-I${DIST}/gas/doc -I${COMMONOBJDIR} -I${DIST}/libiberty
 
-.PATH: ${DIST}/gas ${DIST}/gas/config ${DIST}/gas/doc
+as.info:	bfdver.texi
+
+.PATH: ${COMMONOBJDIR} ${DIST}/gas ${DIST}/gas/config ${DIST}/gas/doc
 
 .include <bsd.prog.mk>
 .include <bsd.info.mk>

Index: src/external/gpl3/binutils/usr.bin/gprof/Makefile
diff -u src/external/gpl3/binutils/usr.bin/gprof/Makefile:1.4 src/external/gpl3/binutils/usr.bin/gprof/Makefile:1.5
--- src/external/gpl3/binutils/usr.bin/gprof/Makefile:1.4	Thu Oct 29 14:44:09 2009
+++ src/external/gpl3/binutils/usr.bin/gprof/Makefile	Tue Nov 10 10:24:50 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2009/10/29 14:44:09 christos Exp $
+#	$NetBSD: Makefile,v 1.5 2009/11/10 10:24:50 skrll Exp $
 
 .include <bsd.own.mk>
 
@@ -30,7 +30,9 @@
 COMMONOBJDIR!=	cd ${TOP}/usr.bin/common && ${PRINTOBJDIR}
 INFOFLAGS=	-I${COMMONOBJDIR} -I${DIST}/libiberty
 
-.PATH: ${DIST}/gprof
+gprof.info:	bfdver.texi
+
+.PATH: ${COMMONOBJDIR} ${DIST}/gprof
 
 .include <bsd.prog.mk>
 .include <bsd.info.mk>

Index: src/external/gpl3/binutils/usr.bin/ld/Makefile
diff -u src/external/gpl3/binutils/usr.bin/ld/Makefile:1.3 src/external/gpl3/binutils/usr.bin/ld/Makefile:1.4
--- src/external/gpl3/binutils/usr.bin/ld/Makefile:1.3	Sun Sep 27 12:58:59 2009
+++ src/external/gpl3/binutils/usr.bin/ld/Makefile	Tue Nov 10 10:24:50 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2009/09/27 12:58:59 blymn Exp $
+#	$NetBSD: Makefile,v 1.4 2009/11/10 10:24:50 skrll Exp $
 
 .include <bsd.own.mk>
 
@@ -40,17 +40,17 @@
 
 TEXINFO=	${G_TEXINFOS}
 COMMONOBJDIR!=	cd ${TOP}/usr.bin/common && ${PRINTOBJDIR}
-INFOFLAGS=	-I${DIST}/ld -I${DIST}/bfd/doc -I${COMMONOBJDIR} -I${DIST}/libiberty
+INFOFLAGS=	-I${COMMONOBJDIR} -I${DIST}/ld -I${DIST}/bfd/doc -I${DIST}/libiberty
 
 FILESDIR=	${SCRIPTSDIR}/ldscripts
 
-.PATH: ${DIST}/ld ${DIST}/ld/emulparams \
+.PATH: ${COMMONOBJDIR} ${DIST}/ld ${DIST}/ld/emulparams \
 	${DIST}/ld/emultempl ${DIST}/ld/scripttempl ldscripts
 
 BUILDSYMLINKS+=	${G_STRINGIFY} stringify.sed
 BUILDSYMLINKS+=	gen-doc.texi configdoc.texi
 
-${PROG}.info: configdoc.texi
+${PROG}.info: configdoc.texi bfdver.texi
 
 .for f in ${G_EMULATION_OFILES:S/^e//:R}
 .if exists(.depend.${f})

Reply via email to