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 Backout -DDEBUG that I accidently commited...



details:   https://anonhg.NetBSD.org/src/rev/1450818377f1
branches:  trunk
changeset: 572739:1450818377f1
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Jan 11 07:47:37 2005 +0000

description:
Backout -DDEBUG that I accidently commited with the last change

diffstat:

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

diffs (18 lines):

diff -r 57fd66181f6c -r 1450818377f1 libexec/ld.elf_so/Makefile
--- a/libexec/ld.elf_so/Makefile        Tue Jan 11 07:45:34 2005 +0000
+++ b/libexec/ld.elf_so/Makefile        Tue Jan 11 07:47:37 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.70 2005/01/09 14:58:15 martin Exp $
+#      $NetBSD: Makefile,v 1.71 2005/01/11 07:47:37 martin Exp $
 
 .include <bsd.own.mk>                  # for OBJECT_FMT definition
 .include <bsd.shlib.mk>                        # for SHLINKINSTALLDIR definition
@@ -43,7 +43,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