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/lint2 Pull up revision 1.7 (requested by ...



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

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

diffstat:

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

diffs (18 lines):

diff -r 1743d6d2effc -r f56ddba92c6c usr.bin/xlint/lint2/Makefile
--- a/usr.bin/xlint/lint2/Makefile      Thu Oct 19 16:33:20 2000 +0000
+++ b/usr.bin/xlint/lint2/Makefile      Thu Oct 19 16:33:22 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 1999/02/13 02:54:57 lukem Exp $
+#      $NetBSD: Makefile,v 1.6.2.1 2000/10/19 16:33:22 he Exp $
 
 .PATH: ${.CURDIR}/../lint1
 
@@ -7,7 +7,7 @@
 MKMAN= no
 CPPFLAGS+=-I${.CURDIR}/../lint1
 LINTFLAGS=-abehrz
-
+WFORMAT=1              # hopeless
 BINDIR=        /usr/libexec
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index