Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/gdb use EXTERNAL_GDB_SUBDIR
details: https://anonhg.NetBSD.org/src/rev/31bed7953f0c
branches: trunk
changeset: 343256:31bed7953f0c
user: christos <christos%NetBSD.org@localhost>
date: Tue Jan 26 17:48:31 2016 +0000
description:
use EXTERNAL_GDB_SUBDIR
diffstat:
tools/gdb/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 5e985b9b24c6 -r 31bed7953f0c tools/gdb/Makefile
--- a/tools/gdb/Makefile Tue Jan 26 17:47:35 2016 +0000
+++ b/tools/gdb/Makefile Tue Jan 26 17:48:31 2016 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.26 2015/09/17 09:34:20 skrll Exp $
+# $NetBSD: Makefile,v 1.27 2016/01/26 17:48:31 christos Exp $
.include <bsd.own.mk>
MODULE= gdb
-GNUHOSTDIST= ${.CURDIR}/../../external/gpl3/gdb/dist
+GNUHOSTDIST= ${.CURDIR}/../../external/gpl3/${EXTERNAL_GDB_SUBDIR}/dist
FIND_ARGS= \! \( -type d -name sim -prune \)
Home |
Main Index |
Thread Index |
Old Index