Module Name: src
Committed By: christos
Date: Sun Dec 25 01:05:44 UTC 2011
Modified Files:
src/usr.bin/xlint/lint1: Makefile
Log Message:
correct debugging flags.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/usr.bin/xlint/lint1/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/xlint/lint1/Makefile
diff -u src/usr.bin/xlint/lint1/Makefile:1.46 src/usr.bin/xlint/lint1/Makefile:1.47
--- src/usr.bin/xlint/lint1/Makefile:1.46 Fri Feb 4 18:32:44 2011
+++ src/usr.bin/xlint/lint1/Makefile Sat Dec 24 20:05:44 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2011/02/04 23:32:44 christos Exp $
+# $NetBSD: Makefile,v 1.47 2011/12/25 01:05:44 christos Exp $
.include <bsd.own.mk>
@@ -7,8 +7,9 @@ SRCS= cgram.y scan.l mem1.c mem.c err.c
init.c emit.c emit1.c inittyp.c tyname.c print.c
MAN= lint.7
YHEADER=
-#CFLAGS+=-g
+#DBG=-g
#CPPFLAGS+=-DYYDEBUG=1
+#YFLAGS+=-v
CPPFLAGS+= -I${.CURDIR} -I. -DPASS=\"${PROG}.h\"