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/lex Pull up revision 1.20 (requested by he):



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

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

diffstat:

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

diffs (19 lines):

diff -r 6fcea0e63f27 -r 0b2e77549714 usr.bin/lex/Makefile
--- a/usr.bin/lex/Makefile      Thu Oct 19 16:31:33 2000 +0000
+++ b/usr.bin/lex/Makefile      Thu Oct 19 16:31:34 2000 +0000
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      5.4 (Berkeley) 6/24/90
-#      $NetBSD: Makefile,v 1.19 1998/04/09 00:32:37 tv Exp $
+#      $NetBSD: Makefile,v 1.19.2.1 2000/10/19 16:31:34 he Exp $
 #
 # By default, flex will be configured to generate 8-bit scanners only if the
 # -8 flag is given.  If you want it to always generate 8-bit scanners, add
@@ -21,7 +21,7 @@
 CLEANFILES+=scan.c skel.c
 LDADD= -ll
 DPADD= ${LIBL}
-
+WFORMAT= 1
 INCS   =FlexLexer.h
 INCSDIR=/usr/include/g++
 



Home | Main Index | Thread Index | Old Index