Module Name: src
Committed By: christos
Date: Mon Aug 30 06:27:00 UTC 2010
Modified Files:
src/bin/sh: Makefile
Log Message:
increase commented out debugging.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/bin/sh/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/sh/Makefile
diff -u src/bin/sh/Makefile:1.93 src/bin/sh/Makefile:1.94
--- src/bin/sh/Makefile:1.93 Sat Aug 21 22:21:31 2010
+++ src/bin/sh/Makefile Mon Aug 30 02:26:59 2010
@@ -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