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 Disable DEBUG again.



details:   https://anonhg.NetBSD.org/src/rev/46ba6ac0a02f
branches:  trunk
changeset: 537755:46ba6ac0a02f
user:      junyoung <junyoung%NetBSD.org@localhost>
date:      Sat Oct 05 15:52:15 2002 +0000

description:
Disable DEBUG again.

diffstat:

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

diffs (18 lines):

diff -r ac9c62f9266c -r 46ba6ac0a02f libexec/ld.elf_so/Makefile
--- a/libexec/ld.elf_so/Makefile        Sat Oct 05 15:45:52 2002 +0000
+++ b/libexec/ld.elf_so/Makefile        Sat Oct 05 15:52:15 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.58 2002/10/05 15:04:49 junyoung Exp $
+#      $NetBSD: Makefile,v 1.59 2002/10/05 15:52:15 junyoung Exp $
 
 .include <bsd.own.mk>                  # for OBJECT_FMT definition
 .include <bsd.shlib.mk>                        # for SHLINKINSTALLDIR definition
@@ -39,7 +39,7 @@
 CPPFLAGS+= -I${.CURDIR}
 CPPFLAGS+= -DRTLD_LOADER
 CPPFLAGS+= -D_RTLD_SOURCE
-CPPFLAGS+= -DDEBUG
+#CPPFLAGS+= -DDEBUG
 #CPPFLAGS+= -DRTLD_DEBUG
 #CPPFLAGS+= -DRTLD_DEBUG_RELOC
 #DBG=  -g



Home | Main Index | Thread Index | Old Index