Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.bin/binutils build tree for full-featured binutils. ...
details: https://anonhg.NetBSD.org/src/rev/8e0e1aef3a61
branches: trunk
changeset: 532955:8e0e1aef3a61
user: itojun <itojun%NetBSD.org@localhost>
date: Tue Jun 18 08:21:58 2002 +0000
description:
build tree for full-featured binutils. usually not visited.
(sysdump and srconv are omitted)
diffstat:
gnu/usr.bin/binutils/Makefile | 4 ++--
gnu/usr.bin/binutils/coffdump/Makefile | 13 +++++++++++++
gnu/usr.bin/binutils/nlmconv/Makefile | 13 +++++++++++++
3 files changed, 28 insertions(+), 2 deletions(-)
diffs (52 lines):
diff -r b08dc5ee7b77 -r 8e0e1aef3a61 gnu/usr.bin/binutils/Makefile
--- a/gnu/usr.bin/binutils/Makefile Tue Jun 18 08:19:04 2002 +0000
+++ b/gnu/usr.bin/binutils/Makefile Tue Jun 18 08:21:58 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2002/02/11 21:45:19 tv Exp $
+# $NetBSD: Makefile,v 1.19 2002/06/18 08:21:58 itojun Exp $
.include <bsd.own.mk>
@@ -7,7 +7,7 @@
.if ${MKBFD} != "no" && exists(${.CURDIR}/common/arch/${MACHINE_ARCH}/defs.mk)
.include "${.CURDIR}/common/arch/${MACHINE_ARCH}/defs.mk"
-SUBDIR= common gas gprof ld ${G_PROGRAMS:C/-new$//:cxxfilt=c++filt}
+SUBDIR= common gas gprof ld ${G_PROGRAMS:C/-new$//:C/sysdump//:C/srconv//:cxxfilt=c++filt}
SUBDIR:= ${SUBDIR:O} # alphabetize
.endif # MKBFD != no
diff -r b08dc5ee7b77 -r 8e0e1aef3a61 gnu/usr.bin/binutils/coffdump/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/usr.bin/binutils/coffdump/Makefile Tue Jun 18 08:21:58 2002 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2002/06/18 08:21:59 itojun Exp $
+
+PROG= coffdump
+
+.include <bsd.own.mk>
+.if defined(USE_NEW_TOOLCHAIN)
+.include "${.CURDIR}/../common/Makefile.prog"
+.else
+SRCS= coffdump.c coffgrok.c
+NOMAN= yes
+
+.include <bsd.prog.mk>
+.endif
diff -r b08dc5ee7b77 -r 8e0e1aef3a61 gnu/usr.bin/binutils/nlmconv/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/usr.bin/binutils/nlmconv/Makefile Tue Jun 18 08:21:58 2002 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.4 2002/06/18 08:21:59 itojun Exp $
+
+PROG= nlmconv
+
+.include <bsd.own.mk>
+.if defined(USE_NEW_TOOLCHAIN)
+.include "${.CURDIR}/../common/Makefile.prog"
+.else
+SRCS= nlmconv.c nlmheader.y
+MAN= nlmconv.1
+
+.include <bsd.prog.mk>
+.endif
Home |
Main Index |
Thread Index |
Old Index