Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/flex/bin previous workaround not needed.



details:   https://anonhg.NetBSD.org/src/rev/8c3ed60207ec
branches:  trunk
changeset: 753709:8c3ed60207ec
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Apr 07 16:14:35 2010 +0000

description:
previous workaround not needed.

diffstat:

 external/bsd/flex/bin/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 0cec9deae8a1 -r 8c3ed60207ec external/bsd/flex/bin/Makefile
--- a/external/bsd/flex/bin/Makefile    Wed Apr 07 16:14:07 2010 +0000
+++ b/external/bsd/flex/bin/Makefile    Wed Apr 07 16:14:35 2010 +0000
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      5.4 (Berkeley) 6/24/90
-#      $NetBSD: Makefile,v 1.7 2010/04/07 08:56:49 tron Exp $
+#      $NetBSD: Makefile,v 1.8 2010/04/07 16:14:35 christos 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
@@ -46,8 +46,6 @@
 DPADD+=${LIBM}
 .endif
 
-COPTS.scan.c+= -Wno-unused-label
-
 MAN = flex.1
 
 LINKS= ${BINDIR}/lex ${BINDIR}/flex \



Home | Main Index | Thread Index | Old Index