Source-Changes-HG archive

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

[src/trunk]: src use EXTERNAL_BINUTILS_SUBDIR



details:   https://anonhg.NetBSD.org/src/rev/5e985b9b24c6
branches:  trunk
changeset: 343255:5e985b9b24c6
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 26 17:47:35 2016 +0000

description:
use EXTERNAL_BINUTILS_SUBDIR

diffstat:

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

diffs (34 lines):

diff -r 2836b7c52279 -r 5e985b9b24c6 lib/Makefile
--- a/lib/Makefile      Tue Jan 26 17:47:06 2016 +0000
+++ b/lib/Makefile      Tue Jan 26 17:47:35 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.238 2016/01/13 21:57:26 christos Exp $
+#      $NetBSD: Makefile,v 1.239 2016/01/26 17:47:35 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -155,7 +155,7 @@
 .endif
 
 .if (${MKBINUTILS} != "no")
-SUBDIR+=       ../external/gpl3/binutils/lib   # libbfd depends on libz
+SUBDIR+=       ../external/gpl3/${EXTERNAL_BINUTILS_SUBDIR}/lib        # libbfd depends on libz
 .endif
 
 .if (${MKLIBCXX} != "no")
diff -r 2836b7c52279 -r 5e985b9b24c6 tools/binutils/Makefile
--- a/tools/binutils/Makefile   Tue Jan 26 17:47:06 2016 +0000
+++ b/tools/binutils/Makefile   Tue Jan 26 17:47:35 2016 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.24 2014/02/15 13:34:28 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.25 2016/01/26 17:47:57 christos Exp $
 
 .include <bsd.own.mk>
 
 MODULE=                binutils
 
-GNUHOSTDIST=   ${.CURDIR}/../../external/gpl3/binutils/dist
+GNUHOSTDIST=   ${.CURDIR}/../../external/gpl3/${EXTERNAL_BINUTILS_SUBDIR}/dist
 
 BRANDING?=     \
        --with-pkgversion="NetBSD Binutils nb1" \



Home | Main Index | Thread Index | Old Index