Source-Changes-HG archive

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

[src/trunk]: src/share/mk back to binutils.old now that it works.



details:   https://anonhg.NetBSD.org/src/rev/00c73381c597
branches:  trunk
changeset: 343262:00c73381c597
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 26 21:19:20 2016 +0000

description:
back to binutils.old now that it works.

diffstat:

 share/mk/bsd.own.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 00520b84d0f2 -r 00c73381c597 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Tue Jan 26 21:18:43 2016 +0000
+++ b/share/mk/bsd.own.mk       Tue Jan 26 21:19:20 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.887 2016/01/26 19:09:56 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.888 2016/01/26 21:19:20 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -136,7 +136,7 @@
 HAVE_BINUTILS?=        223
 
 .if ${HAVE_BINUTILS} == 223
-EXTERNAL_BINUTILS_SUBDIR=      binutils
+EXTERNAL_BINUTILS_SUBDIR=      binutils.old
 .else
 EXTERNAL_BINUTILS_SUBDIR=      /does/not/exist
 .endif



Home | Main Index | Thread Index | Old Index