Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/sh Add a commented out -DDEBUG in CPPFLAGS.
details: https://anonhg.NetBSD.org/src/rev/2fc41e1c1bde
branches: trunk
changeset: 522139:2fc41e1c1bde
user: christos <christos%NetBSD.org@localhost>
date: Mon Feb 11 18:55:10 2002 +0000
description:
Add a commented out -DDEBUG in CPPFLAGS.
diffstat:
bin/sh/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f8b027a68b93 -r 2fc41e1c1bde bin/sh/Makefile
--- a/bin/sh/Makefile Mon Feb 11 18:54:30 2002 +0000
+++ b/bin/sh/Makefile Mon Feb 11 18:55:10 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2002/02/07 06:25:07 lukem Exp $
+# $NetBSD: Makefile,v 1.55 2002/02/11 18:55:10 christos Exp $
# @(#)Makefile 8.4 (Berkeley) 5/5/95
.include <bsd.own.mk>
@@ -19,7 +19,7 @@
LFLAGS= -8 # 8-bit lex scanner for arithmetic
YFLAGS= -d
-CPPFLAGS+=-DSHELL -I. -I${.CURDIR}
+CPPFLAGS+=-DSHELL -I. -I${.CURDIR} # -DDEBUG
.ifdef SMALLPROG
CPPFLAGS+=-DSMALL
Home |
Main Index |
Thread Index |
Old Index