Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/binutils/usr.bin Remove some commented/redunda...



details:   https://anonhg.NetBSD.org/src/rev/ad1b84db5226
branches:  trunk
changeset: 747656:ad1b84db5226
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Sep 26 13:58:31 2009 +0000

description:
Remove some commented/redundant stuff.

diffstat:

 external/gpl3/binutils/usr.bin/gas/Makefile   |  5 +----
 external/gpl3/binutils/usr.bin/gprof/Makefile |  3 +--
 external/gpl3/binutils/usr.bin/ld/Makefile    |  3 +--
 3 files changed, 3 insertions(+), 8 deletions(-)

diffs (53 lines):

diff -r efbc2d3a0b66 -r ad1b84db5226 external/gpl3/binutils/usr.bin/gas/Makefile
--- a/external/gpl3/binutils/usr.bin/gas/Makefile       Sat Sep 26 11:52:16 2009 +0000
+++ b/external/gpl3/binutils/usr.bin/gas/Makefile       Sat Sep 26 13:58:31 2009 +0000
@@ -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
 
diff -r efbc2d3a0b66 -r ad1b84db5226 external/gpl3/binutils/usr.bin/gprof/Makefile
--- a/external/gpl3/binutils/usr.bin/gprof/Makefile     Sat Sep 26 11:52:16 2009 +0000
+++ b/external/gpl3/binutils/usr.bin/gprof/Makefile     Sat Sep 26 13:58:31 2009 +0000
@@ -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
diff -r efbc2d3a0b66 -r ad1b84db5226 external/gpl3/binutils/usr.bin/ld/Makefile
--- a/external/gpl3/binutils/usr.bin/ld/Makefile        Sat Sep 26 11:52:16 2009 +0000
+++ b/external/gpl3/binutils/usr.bin/ld/Makefile        Sat Sep 26 13:58:31 2009 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index