Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.bin/xlint/lint1 Pull up revision 1.12 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/0cab7732e939
branches:  netbsd-1-4
changeset: 471103:0cab7732e939
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 19 16:33:18 2000 +0000

description:
Pull up revision 1.12 (requested by he):
  Format string cleanup.

diffstat:

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

diffs (18 lines):

diff -r 4df5366735bb -r 0cab7732e939 usr.bin/xlint/lint1/Makefile
--- a/usr.bin/xlint/lint1/Makefile      Thu Oct 19 16:33:15 2000 +0000
+++ b/usr.bin/xlint/lint1/Makefile      Thu Oct 19 16:33:18 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 1999/02/13 02:54:57 lukem Exp $
+#      $NetBSD: Makefile,v 1.7.2.1 2000/10/19 16:33:18 he Exp $
 
 PROG=  lint1
 SRCS=  cgram.y scan.l mem1.c mem.c err.c main1.c decl.c tree.c func.c \
@@ -9,7 +9,7 @@
 YHEADER=1
 CPPFLAGS+=-I.
 LINTFLAGS=-aehpz
-
+WFORMAT=1              #hopeless
 BINDIR=        /usr/libexec
 
 scan.c: cgram.h



Home | Main Index | Thread Index | Old Index