Module Name:    src
Committed By:   riz
Date:           Wed Dec  8 04:35:23 UTC 2010

Modified Files:
        src/usr.bin/xlint/lint1 [netbsd-5]: Makefile

Log Message:
Pull up following revision(s) (requested by uwe in ticket #1491):
        usr.bin/xlint/lint1/Makefile: revision 1.41
Comment out CFLAGS+=-g.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.38.6.1 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.38 src/usr.bin/xlint/lint1/Makefile:1.38.6.1
--- src/usr.bin/xlint/lint1/Makefile:1.38	Fri Apr 25 22:18:34 2008
+++ src/usr.bin/xlint/lint1/Makefile	Wed Dec  8 04:35:23 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.38 2008/04/25 22:18:34 christos Exp $
+#	$NetBSD: Makefile,v 1.38.6.1 2010/12/08 04:35:23 riz Exp $
 
 .include <bsd.own.mk>
 
@@ -7,7 +7,7 @@
 		init.c emit.c emit1.c inittyp.c tyname.c print.c
 MAN=		lint.7
 YHEADER=
-CFLAGS+=-g
+#CFLAGS+=-g
 
 CPPFLAGS+=	-I${.CURDIR} -I. -DPASS=\"${PROG}.h\"
 

Reply via email to