add "S" to LINTFLAGS so that "inline" is accepted by lint

This commit is contained in:
perry 2005-12-25 18:34:23 +00:00
parent 39d0d77704
commit 8ce6cbdcd6
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.README,v 1.172 2005/12/22 02:54:01 hubertf Exp $
# $NetBSD: bsd.README,v 1.173 2005/12/25 18:34:23 perry Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the new make "include" files for the BSD
@ -1226,7 +1226,7 @@ LDFLAGS Options to ${LD}. []
LINT C program verifier. [lint]
LINTFLAGS Options to ${LINT}. [-chapbxzF]
LINTFLAGS Options to ${LINT}. [-chapbxzFS]
LORDER List dependencies for object files. [lorder]

View File

@ -1,4 +1,4 @@
# $NetBSD: sys.mk,v 1.84 2004/08/07 21:43:18 chs Exp $
# $NetBSD: sys.mk,v 1.85 2005/12/25 18:34:23 perry Exp $
# @(#)sys.mk 8.2 (Berkeley) 3/21/94
unix?= We run NetBSD.
@ -74,7 +74,7 @@ LFLAGS?=
LEX.l?= ${LEX} ${LFLAGS}
LINT?= lint
LINTFLAGS?= -chapbxzF
LINTFLAGS?= -chapbxzFS
LORDER?= lorder