Source-Changes-HG archive

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

[src/trunk]: src/tools/binutils Better branding from mrg



details:   https://anonhg.NetBSD.org/src/rev/bbfe26eae494
branches:  trunk
changeset: 748066:bbfe26eae494
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Oct 12 08:00:41 2009 +0000

description:
Better branding from mrg

diffstat:

 tools/binutils/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bacd83b5a597 -r bbfe26eae494 tools/binutils/Makefile
--- a/tools/binutils/Makefile   Mon Oct 12 02:55:46 2009 +0000
+++ b/tools/binutils/Makefile   Mon Oct 12 08:00:41 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.15 2009/10/10 14:46:02 snj Exp $
+#      $NetBSD: Makefile,v 1.16 2009/10/12 08:00:41 skrll Exp $
 
 .include <bsd.own.mk>
 
@@ -9,7 +9,7 @@
 .endif
 
 BRANDING?=     \
-       --with-pkgversion="NetBSD" \
+       --with-pkgversion="NetBSD Binutils" \
        --with-bugurl="http://www.NetBSD.org/support/send-pr.html";
 
 CONFIGURE_ARGS=        --target=${MACHINE_GNU_PLATFORM} --disable-nls \



Home | Main Index | Thread Index | Old Index