Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb.old/lib/libgdb add a bunch of missing CLEA...
details: https://anonhg.NetBSD.org/src/rev/b35150a13a23
branches: trunk
changeset: 339886:b35150a13a23
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Aug 15 21:11:37 2015 +0000
description:
add a bunch of missing CLEANDIRFILES, since the implicit rules they
come from are not entirely simple to generate.
remove old DIST= setting that was wrong.
this subdir builds again for me now.
diffstat:
external/gpl3/gdb.old/lib/libgdb/Makefile | 15 ++++++++++++---
1 files changed, 12 insertions(+), 3 deletions(-)
diffs (33 lines):
diff -r e3612060de67 -r b35150a13a23 external/gpl3/gdb.old/lib/libgdb/Makefile
--- a/external/gpl3/gdb.old/lib/libgdb/Makefile Sat Aug 15 20:57:37 2015 +0000
+++ b/external/gpl3/gdb.old/lib/libgdb/Makefile Sat Aug 15 21:11:37 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2015/08/15 09:29:33 christos Exp $
+# $NetBSD: Makefile,v 1.2 2015/08/15 21:11:37 mrg Exp $
.include <bsd.own.mk>
@@ -10,8 +10,6 @@
.include "${GDBARCHDIR}/defs.mk"
-DIST= ${NETBSDSRCDIR}/gnu/dist/gdb6
-
SRCS= ${G_LIBGDB_OBS:.o=.c}
GCPPFLAGS= ${G_INTERNAL_CFLAGS}
CPPFLAGS+= -I${.CURDIR} \
@@ -53,3 +51,14 @@
.if ${MACHINE} == "amiga"
COPTS.dwarf2-frame.c+=-O1
.endif
+
+# These are generated by implicit rules and are not easy to generate
+CLEANDIRFILES+= \
+ ada-exp.c ada-lex.c \
+ c-exp.c \
+ cp-name-parser.c \
+ f-exp.c \
+ go-exp.c \
+ jv-exp.c \
+ m2-exp.c \
+ p-exp.c
Home |
Main Index |
Thread Index |
Old Index