Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3 Descent into gdb if we support it yet.



details:   https://anonhg.NetBSD.org/src/rev/b28f33c0485d
branches:  trunk
changeset: 770233:b28f33c0485d
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 08 21:52:15 2011 +0000

description:
Descent into gdb if we support it yet.

diffstat:

 external/gpl3/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r eedf0c6ece73 -r b28f33c0485d external/gpl3/Makefile
--- a/external/gpl3/Makefile    Sat Oct 08 21:47:52 2011 +0000
+++ b/external/gpl3/Makefile    Sat Oct 08 21:52:15 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2011/06/29 02:05:24 mrg Exp $
+#      $NetBSD: Makefile,v 1.5 2011/10/08 21:52:15 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -12,4 +12,10 @@
 .endif
 .endif
 
+.if ${MKGDB} != "no"
+.if ${HAVE_GDB} == "7"
+SUBDIR+=        gdb
+.endif
+.endif
+
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index