Source-Changes-HG archive

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

[src/netbsd-7]: src/usr.bin/ldd Pull up following revision(s) (requested by r...



details:   https://anonhg.NetBSD.org/src/rev/466fbcbccb0d
branches:  netbsd-7
changeset: 799446:466fbcbccb0d
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Jun 29 17:20:04 2015 +0000

description:
Pull up following revision(s) (requested by roy in ticket #853):
        usr.bin/ldd/Makefile.inc: revision 1.6
Do not set MLIBDIR if MKCOMPAT=no

diffstat:

 usr.bin/ldd/Makefile.inc |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r e53c3f089da5 -r 466fbcbccb0d usr.bin/ldd/Makefile.inc
--- a/usr.bin/ldd/Makefile.inc  Mon Jun 29 17:18:10 2015 +0000
+++ b/usr.bin/ldd/Makefile.inc  Mon Jun 29 17:20:04 2015 +0000
@@ -1,7 +1,9 @@
-#      $NetBSD: Makefile.inc,v 1.5 2013/03/20 15:18:42 macallan Exp $
+#      $NetBSD: Makefile.inc,v 1.5.8.1 2015/06/29 17:20:04 snj Exp $
 
 WARNS?=        3       # XXX: -Wsign-compare issues ld.elf_so source
 
+.if ${MKCOMPAT} != "no"
+
 .if ${MACHINE_ARCH} == "sparc64"
 MLIBDIR=       sparc
 .endif
@@ -21,6 +23,8 @@
 CPPFLAGS+= -DLDD_ELF64 -DMIPS_N32
 .endif
 
+.endif # MKCOMPAT
+
 .if exists(${.CURDIR}/../../Makefile.inc)
 .include "${.CURDIR}/../../Makefile.inc"
 .endif



Home | Main Index | Thread Index | Old Index