Module Name:    src
Committed By:   christos
Date:           Sun Apr  7 19:32:24 UTC 2019

Modified Files:
        src/share/mk: bsd.README sys.mk

Log Message:
Add -r so that we get the location of redefinitions


To generate a diff of this commit:
cvs rdiff -u -r1.389 -r1.390 src/share/mk/bsd.README
cvs rdiff -u -r1.138 -r1.139 src/share/mk/sys.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.README
diff -u src/share/mk/bsd.README:1.389 src/share/mk/bsd.README:1.390
--- src/share/mk/bsd.README:1.389	Wed Apr  3 11:26:35 2019
+++ src/share/mk/bsd.README	Sun Apr  7 15:32:24 2019
@@ -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 @@ LDFLAGS		Options to ${CC} during the lin
 
 LINT		C program verifier.  [lint]
 
-LINTFLAGS	Options to ${LINT}.  [-chapbxzgFS]
+LINTFLAGS	Options to ${LINT}.  [-chapbrxzgFS]
 
 LORDER		List dependencies for object files.  [lorder]
 

Index: src/share/mk/sys.mk
diff -u src/share/mk/sys.mk:1.138 src/share/mk/sys.mk:1.139
--- src/share/mk/sys.mk:1.138	Mon Jan 21 16:11:54 2019
+++ src/share/mk/sys.mk	Sun Apr  7 15:32:24 2019
@@ -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 @@ LFLAGS?=
 LEX.l?=		${LEX} ${LFLAGS}
 
 LINT?=		lint
-LINTFLAGS?=	-chapbxzgFS
+LINTFLAGS?=	-chapbrxzgFS
 
 LORDER?=	lorder
 

Reply via email to