Module Name: src Committed By: kre Date: Sun Oct 28 18:13:47 UTC 2018
Modified Files: src/bin/sh: Makefile Log Message: Change the (commented out) setting of -DDEBUG to the form that is most likely to be useful if someone other than me wants to build a DEBUG shell. NFC (it is a comment in a Makefile!) To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 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.114 src/bin/sh/Makefile:1.115 --- src/bin/sh/Makefile:1.114 Sun Jun 10 17:55:11 2018 +++ src/bin/sh/Makefile Sun Oct 28 18:13:47 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2018/06/10 17:55:11 christos Exp $ +# $NetBSD: Makefile,v 1.115 2018/10/28 18:13:47 kre Exp $ # @(#)Makefile 8.4 (Berkeley) 5/5/95 .include <bsd.own.mk> @@ -26,7 +26,7 @@ SCRIPT_ENV= \ CPPFLAGS+=-DSHELL -I. -I${.CURDIR} CPPFLAGS+= -DUSE_LRAND48 #XXX: For testing only. -#CPPFLAGS+=-DDEBUG=3 +#CPPFLAGS+=-DDEBUG=1 #COPTS+=-g #CFLAGS+=-funsigned-char #TARGET_CHARFLAG?= -DTARGET_CHAR="unsigned char" -funsigned-char