summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2010-08-30 06:26:59 +0000
committerchristos <christos@NetBSD.org>2010-08-30 06:26:59 +0000
commitf69d85affcdd2787ab72e2da0d05bdb2f5ef8c1e (patch)
treeb53e995cf538e3a2486148208aaf624c6bc11e14
parent8c7e8c667b75230f0a832ccdfc2327c44fb99e02 (diff)
increase commented out debugging.
-rw-r--r--bin/sh/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index 2398b6b6afc..946a015da95 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -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 @@ YFLAGS+=-l
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