Source-Changes-HG archive

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

[src/trunk]: src/tools look for libbfd etc in binutils always now.



details:   https://anonhg.NetBSD.org/src/rev/ca1e69e85ade
branches:  trunk
changeset: 555907:ca1e69e85ade
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Dec 04 09:59:07 2003 +0000

description:
look for libbfd etc in binutils always now.

diffstat:

 tools/dbsym/Makefile      |  6 +-----
 tools/mdsetimage/Makefile |  6 +-----
 2 files changed, 2 insertions(+), 10 deletions(-)

diffs (42 lines):

diff -r 8aa5b225dfa2 -r ca1e69e85ade tools/dbsym/Makefile
--- a/tools/dbsym/Makefile      Thu Dec 04 09:32:37 2003 +0000
+++ b/tools/dbsym/Makefile      Thu Dec 04 09:59:07 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2003/07/25 16:26:52 mrg Exp $
+#      $NetBSD: Makefile,v 1.5 2003/12/04 09:59:07 mrg Exp $
 
 NOMAN= # defined
 
@@ -7,11 +7,7 @@
 HOSTPROGNAME=  ${MACHINE_GNU_PLATFORM}-dbsym
 HOST_SRCDIR=   gnu/usr.sbin/dbsym
 
-.if ${USE_TOOLS_TOOLCHAIN} != "yes"
 TOOLCHAINOBJ!= cd ${.CURDIR}/../binutils && ${PRINTOBJDIR}
-.else
-TOOLCHAINOBJ!= cd ${.CURDIR}/../toolchain && ${PRINTOBJDIR}
-.endif
 BFDDIR=                ${TOOLCHAINOBJ}/build/bfd
 IBERTYDIR=     ${TOOLCHAINOBJ}/build/libiberty
 
diff -r 8aa5b225dfa2 -r ca1e69e85ade tools/mdsetimage/Makefile
--- a/tools/mdsetimage/Makefile Thu Dec 04 09:32:37 2003 +0000
+++ b/tools/mdsetimage/Makefile Thu Dec 04 09:59:07 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2003/07/25 16:26:54 mrg Exp $
+#      $NetBSD: Makefile,v 1.7 2003/12/04 09:59:07 mrg Exp $
 
 NOMAN= # defined
 
@@ -7,11 +7,7 @@
 HOSTPROGNAME=  ${MACHINE_GNU_PLATFORM}-mdsetimage
 HOST_SRCDIR=   gnu/usr.sbin/mdsetimage
 
-.if ${USE_TOOLS_TOOLCHAIN} != "yes"
 TOOLCHAINOBJ!= cd ${.CURDIR}/../binutils && ${PRINTOBJDIR}
-.else
-TOOLCHAINOBJ!= cd ${.CURDIR}/../toolchain && ${PRINTOBJDIR}
-.endif
 BFDDIR=                ${TOOLCHAINOBJ}/build/bfd
 IBERTYDIR=     ${TOOLCHAINOBJ}/build/libiberty
 



Home | Main Index | Thread Index | Old Index