Source-Changes-HG archive

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

[src/trunk]: src/external/mit/lua/lib/liblua remove LINTFLAGS



details:   https://anonhg.NetBSD.org/src/rev/d65b2960924c
branches:  trunk
changeset: 806211:d65b2960924c
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Feb 09 20:41:01 2015 +0000

description:
remove LINTFLAGS

diffstat:

 external/mit/lua/lib/liblua/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 4f430d976ca4 -r d65b2960924c external/mit/lua/lib/liblua/Makefile
--- a/external/mit/lua/lib/liblua/Makefile      Mon Feb 09 20:12:47 2015 +0000
+++ b/external/mit/lua/lib/liblua/Makefile      Mon Feb 09 20:41:01 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2015/02/09 16:47:17 christos Exp $
+# $NetBSD: Makefile,v 1.8 2015/02/09 20:41:01 christos Exp $
 
 LIB=           lua
 LUA_CORE=      lapi.c lcode.c lctype.c ldebug.c ldo.c ldump.c lfunc.c lgc.c \
@@ -18,7 +18,6 @@
 CWARNFLAGS.clang+=     -Wno-empty-body
 
 LIBDPLIBS+=    m               ${NETBSDSRCDIR}/lib/libm
-LINTFLAGS+=-V
 
 .PATH:         ${NETBSDSRCDIR}/external/mit/lua/dist/src
 



Home | Main Index | Thread Index | Old Index