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/b2622c994b11
branches: trunk
changeset: 326142:b2622c994b11
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 038351545458 -r b2622c994b11 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