Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Add -r so that we get the location of redefinitions
details: https://anonhg.NetBSD.org/src/rev/0220900ad556
branches: trunk
changeset: 998115:0220900ad556
user: christos <christos%NetBSD.org@localhost>
date: Sun Apr 07 19:32:24 2019 +0000
description:
Add -r so that we get the location of redefinitions
diffstat:
share/mk/bsd.README | 4 ++--
share/mk/sys.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r c7083f465c37 -r 0220900ad556 share/mk/bsd.README
--- a/share/mk/bsd.README Sun Apr 07 19:31:38 2019 +0000
+++ b/share/mk/bsd.README Sun Apr 07 19:32:24 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.389 2019/04/03 15:26:35 joerg Exp $
+# $NetBSD: bsd.README,v 1.390 2019/04/07 19:32:24 christos Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@@ -2041,7 +2041,7 @@
LINT C program verifier. [lint]
-LINTFLAGS Options to ${LINT}. [-chapbxzgFS]
+LINTFLAGS Options to ${LINT}. [-chapbrxzgFS]
LORDER List dependencies for object files. [lorder]
diff -r c7083f465c37 -r 0220900ad556 share/mk/sys.mk
--- a/share/mk/sys.mk Sun Apr 07 19:31:38 2019 +0000
+++ b/share/mk/sys.mk Sun Apr 07 19:32:24 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sys.mk,v 1.138 2019/01/21 21:11:54 christos Exp $
+# $NetBSD: sys.mk,v 1.139 2019/04/07 19:32:24 christos Exp $
# @(#)sys.mk 8.2 (Berkeley) 3/21/94
#
# This file contains the basic rules for make(1) and is read first
@@ -95,7 +95,7 @@
LEX.l?= ${LEX} ${LFLAGS}
LINT?= lint
-LINTFLAGS?= -chapbxzgFS
+LINTFLAGS?= -chapbrxzgFS
LORDER?= lorder
Home |
Main Index |
Thread Index |
Old Index