Module Name:    src
Committed By:   skrll
Date:           Sat Sep 26 13:58:32 UTC 2009

Modified Files:
        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:
Remove some commented/redundant stuff.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/binutils/usr.bin/gas/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/binutils/usr.bin/gprof/Makefile
cvs rdiff -u -r1.1 -r1.2 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/gas/Makefile
diff -u src/external/gpl3/binutils/usr.bin/gas/Makefile:1.1 src/external/gpl3/binutils/usr.bin/gas/Makefile:1.2
--- src/external/gpl3/binutils/usr.bin/gas/Makefile:1.1	Tue Aug 18 20:22:11 2009
+++ src/external/gpl3/binutils/usr.bin/gas/Makefile	Sat Sep 26 13:58:31 2009
@@ -1,6 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2009/08/18 20:22:11 skrll Exp $
-
-# XXXNH Why not Makefile.prog?
+#	$NetBSD: Makefile,v 1.2 2009/09/26 13:58:31 skrll Exp $
 
 .include <bsd.own.mk>
 
@@ -51,7 +49,6 @@
 
 TEXINFO=	as.texinfo
 INFOFLAGS=	-I${DIST}/gas/doc -I${.OBJDIR}/../common -I${DIST}/libiberty
-#INFOFLAGS=	-I${DIST}/gas/doc -I${.OBJDIR}/../common -I${.CURDIR}
 
 .PATH: ${DIST}/gas ${DIST}/gas/config ${DIST}/gas/doc
 

Index: src/external/gpl3/binutils/usr.bin/gprof/Makefile
diff -u src/external/gpl3/binutils/usr.bin/gprof/Makefile:1.1 src/external/gpl3/binutils/usr.bin/gprof/Makefile:1.2
--- src/external/gpl3/binutils/usr.bin/gprof/Makefile:1.1	Tue Aug 18 20:22:14 2009
+++ src/external/gpl3/binutils/usr.bin/gprof/Makefile	Sat Sep 26 13:58:31 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2009/08/18 20:22:14 skrll Exp $
+#	$NetBSD: Makefile,v 1.2 2009/09/26 13:58:31 skrll Exp $
 
 .include <bsd.own.mk>
 
@@ -27,7 +27,6 @@
 DPADD+=		${IBERTYOBJ}/libiberty.a
 
 TEXINFO=	${G_TEXINFOS}
-#INFOFLAGS=	-I${DIST}/gas/doc -I${.OBJDIR}/../common -I${DIST}/libiberty
 INFOFLAGS=	-I${.OBJDIR}/../common -I${DIST}/libiberty
 
 .PATH: ${DIST}/gprof

Index: src/external/gpl3/binutils/usr.bin/ld/Makefile
diff -u src/external/gpl3/binutils/usr.bin/ld/Makefile:1.1 src/external/gpl3/binutils/usr.bin/ld/Makefile:1.2
--- src/external/gpl3/binutils/usr.bin/ld/Makefile:1.1	Tue Aug 18 20:22:16 2009
+++ src/external/gpl3/binutils/usr.bin/ld/Makefile	Sat Sep 26 13:58:32 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2009/08/18 20:22:16 skrll Exp $
+#	$NetBSD: Makefile,v 1.2 2009/09/26 13:58:32 skrll Exp $
 
 .include <bsd.own.mk>
 
@@ -40,7 +40,6 @@
 
 TEXINFO=	${G_TEXINFOS}
 INFOFLAGS=	-I${DIST}/ld -I${DIST}/bfd/doc -I${.OBJDIR}/../common -I${DIST}/libiberty
-#INFOFLAGS=      -I${DIST}/gas/doc -I${.OBJDIR}/../common -I${DIST}/libiberty
 
 FILESDIR=	${SCRIPTSDIR}/ldscripts
 

Reply via email to