Source-Changes-HG archive

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

[src/trunk]: src/bin/sh increase commented out debugging.



details:   https://anonhg.NetBSD.org/src/rev/29ef56133e87
branches:  trunk
changeset: 757444:29ef56133e87
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Aug 30 06:26:59 2010 +0000

description:
increase commented out debugging.

diffstat:

 bin/sh/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 8fb006f6ac81 -r 29ef56133e87 bin/sh/Makefile
--- a/bin/sh/Makefile   Mon Aug 30 05:37:30 2010 +0000
+++ b/bin/sh/Makefile   Mon Aug 30 06:26:59 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.93 2010/08/22 02:21:31 perry Exp $
+#      $NetBSD: Makefile,v 1.94 2010/08/30 06:26:59 christos Exp $
 #      @(#)Makefile    8.4 (Berkeley) 5/5/95
 
 .include <bsd.own.mk>
@@ -35,7 +35,8 @@
 
 CPPFLAGS+=-DSHELL -I. -I${.CURDIR}
 #XXX: For testing only.
-#CPPFLAGS+=-DDEBUG=1
+#CPPFLAGS+=-DDEBUG=2
+#COPTS+=-g
 #CFLAGS+=-funsigned-char
 #TARGET_CHARFLAG?= -DTARGET_CHAR="unsigned char" -funsigned-char
 



Home | Main Index | Thread Index | Old Index