Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gdb/lib/libbfd Don't embed ${DESTDIR} in the -...



details:   https://anonhg.NetBSD.org/src/rev/63d44950148c
branches:  trunk
changeset: 792882:63d44950148c
user:      apb <apb%NetBSD.org@localhost>
date:      Mon Jan 20 10:49:33 2014 +0000

description:
Don't embed ${DESTDIR} in the -DDEBUGDIR=... value.
DEBUGDIR should refer to a directory on the running system,
not the staging area used during a build.

diffstat:

 external/gpl3/gdb/lib/libbfd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ff3644866431 -r 63d44950148c external/gpl3/gdb/lib/libbfd/Makefile
--- a/external/gpl3/gdb/lib/libbfd/Makefile     Mon Jan 20 07:47:22 2014 +0000
+++ b/external/gpl3/gdb/lib/libbfd/Makefile     Mon Jan 20 10:49:33 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2013/08/13 19:29:45 drochner Exp $
+#      $NetBSD: Makefile,v 1.5 2014/01/20 10:49:33 apb Exp $
 
 .include <bsd.own.mk>
 .include "../Makefile.inc"
@@ -12,7 +12,7 @@
 GCPPFLAGS=     ${G_archdefs} ${G_DEFS} ${G_INCLUDES} ${G_TDEFAULTS}
 CPPFLAGS+=     -I${.CURDIR}/arch/${GDB_MACHINE_ARCH} -I${DIST}/include -I. \
                -I${DIST}/bfd ${GCPPFLAGS:M-D*} ${GCPPFLAGS:M-I*:N-I.*} \
-               -DDEBUGDIR=\"${DESTDIR}/usr/libdata/debug\"
+               -DDEBUGDIR=\"/usr/libdata/debug\"
 
 GSRCS=         ${G_libbfd_la_OBJECTS:libbfd.lo=lib_bfd.lo} \
                ${G_libbfd_la_DEPENDENCIES:M*.lo}



Home | Main Index | Thread Index | Old Index