Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Add -g (gnu) so lint recognizes __attribute__
details: https://anonhg.NetBSD.org/src/rev/5a524274e030
branches: trunk
changeset: 328785:5a524274e030
user: christos <christos%NetBSD.org@localhost>
date: Fri Apr 18 00:37:46 2014 +0000
description:
Add -g (gnu) so lint recognizes __attribute__
diffstat:
share/mk/bsd.README | 4 ++--
share/mk/sys.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 663ae4fba52a -r 5a524274e030 share/mk/bsd.README
--- a/share/mk/bsd.README Fri Apr 18 00:23:46 2014 +0000
+++ b/share/mk/bsd.README Fri Apr 18 00:37:46 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.329 2014/03/25 09:52:55 ozaki-r Exp $
+# $NetBSD: bsd.README,v 1.330 2014/04/18 00:37:46 christos Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@@ -1889,7 +1889,7 @@
LINT C program verifier. [lint]
-LINTFLAGS Options to ${LINT}. [-chapbxzFS]
+LINTFLAGS Options to ${LINT}. [-chapbxzgFS]
LORDER List dependencies for object files. [lorder]
diff -r 663ae4fba52a -r 5a524274e030 share/mk/sys.mk
--- a/share/mk/sys.mk Fri Apr 18 00:23:46 2014 +0000
+++ b/share/mk/sys.mk Fri Apr 18 00:37:46 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sys.mk,v 1.123 2014/04/03 18:27:37 riastradh Exp $
+# $NetBSD: sys.mk,v 1.124 2014/04/18 00:37:46 christos Exp $
# @(#)sys.mk 8.2 (Berkeley) 3/21/94
#
# This file contains the basic rules for make(1) and is read first
@@ -91,7 +91,7 @@
LEX.l?= ${LEX} ${LFLAGS}
LINT?= lint
-LINTFLAGS?= -chapbxzFS
+LINTFLAGS?= -chapbxzgFS
LORDER?= lorder
Home |
Main Index |
Thread Index |
Old Index