Source-Changes-HG archive

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

[src/trunk]: src/libexec/ld.elf_so Split DEBUG into two lines to make it easi...



details:   https://anonhg.NetBSD.org/src/rev/8994b82572c8
branches:  trunk
changeset: 494818:8994b82572c8
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jul 14 22:01:09 2000 +0000

description:
Split DEBUG into two lines to make it easier to enable each separately.

diffstat:

 libexec/ld.elf_so/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r fe30913371a2 -r 8994b82572c8 libexec/ld.elf_so/Makefile
--- a/libexec/ld.elf_so/Makefile        Fri Jul 14 22:00:33 2000 +0000
+++ b/libexec/ld.elf_so/Makefile        Fri Jul 14 22:01:09 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.32 2000/07/03 03:30:52 matt Exp $
+#      $NetBSD: Makefile,v 1.33 2000/07/14 22:01:09 matt Exp $
 
 .include <bsd.own.mk>                  # for OBJECT_FMT definition
 
@@ -29,7 +29,8 @@
 CPPFLAGS+= -I${.CURDIR}
 CPPFLAGS+= -DDEBUG -DRTLD_LOADER
 CPPFLAGS+= -D_RTLD_SOURCE
-#CPPFLAGS+= -DRTLD_DEBUG -DRTLD_DEBUG_RELOC
+#CPPFLAGS+= -DRTLD_DEBUG
+#CPPFLAGS+= -DRTLD_DEBUG_RELOC
 
 LDADD+=        -non_shared -L${DESTDIR}/${LIBDIR} -lc_pic
 DPADD+=        ${LIBC_PIC}



Home | Main Index | Thread Index | Old Index