Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/xlint/lint1 correct debugging flags.



details:   https://anonhg.NetBSD.org/src/rev/01be83f30225
branches:  trunk
changeset: 772226:01be83f30225
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 25 01:05:44 2011 +0000

description:
correct debugging flags.

diffstat:

 usr.bin/xlint/lint1/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 2de5bac69739 -r 01be83f30225 usr.bin/xlint/lint1/Makefile
--- a/usr.bin/xlint/lint1/Makefile      Sun Dec 25 01:05:03 2011 +0000
+++ b/usr.bin/xlint/lint1/Makefile      Sun Dec 25 01:05:44 2011 +0000
@@ -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 @@
                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\"
 



Home | Main Index | Thread Index | Old Index