Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/sh Change the (commented out) setting of -DDEBUG to the ...
details: https://anonhg.NetBSD.org/src/rev/6e53e89b65bb
branches: trunk
changeset: 994257:6e53e89b65bb
user: kre <kre%NetBSD.org@localhost>
date: Sun Oct 28 18:13:47 2018 +0000
description:
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!)
diffstat:
bin/sh/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c5089bf53c51 -r 6e53e89b65bb bin/sh/Makefile
--- a/bin/sh/Makefile Sun Oct 28 15:06:10 2018 +0000
+++ b/bin/sh/Makefile Sun Oct 28 18:13:47 2018 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index