Source-Changes-HG archive

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

[src/trunk]: src Default to WARNS=5



details:   https://anonhg.NetBSD.org/src/rev/52b3c125287c
branches:  trunk
changeset: 778281:52b3c125287c
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Mar 21 05:47:53 2012 +0000

description:
Default to WARNS=5

diffstat:

 bin/Makefile.inc     |  4 ++--
 sbin/Makefile.inc    |  4 ++--
 usr.bin/Makefile.inc |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (41 lines):

diff -r 2974b8ea3dcb -r 52b3c125287c bin/Makefile.inc
--- a/bin/Makefile.inc  Wed Mar 21 05:44:39 2012 +0000
+++ b/bin/Makefile.inc  Wed Mar 21 05:47:53 2012 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile.inc,v 1.16 2009/02/14 08:31:13 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.17 2012/03/21 05:47:53 matt Exp $
 #      @(#)Makefile.inc        8.1 (Berkeley) 5/31/93
 
 .include <bsd.own.mk>          # for MKDYNAMICROOT definition
 
-WARNS?=                4
+WARNS?=                5
 BINDIR?=       /bin
 
 .if (${MKDYNAMICROOT} == "no")
diff -r 2974b8ea3dcb -r 52b3c125287c sbin/Makefile.inc
--- a/sbin/Makefile.inc Wed Mar 21 05:44:39 2012 +0000
+++ b/sbin/Makefile.inc Wed Mar 21 05:47:53 2012 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile.inc,v 1.21 2009/04/11 07:58:11 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.22 2012/03/21 05:47:53 matt Exp $
 #      @(#)Makefile.inc        8.1 (Berkeley) 6/8/93
 
 .include <bsd.own.mk>          # for MKDYNAMICROOT definition
 
-WARNS?=                4
+WARNS?=                5
 BINDIR?=       /sbin
 
 .if (${MKDYNAMICROOT} == "no")
diff -r 2974b8ea3dcb -r 52b3c125287c usr.bin/Makefile.inc
--- a/usr.bin/Makefile.inc      Wed Mar 21 05:44:39 2012 +0000
+++ b/usr.bin/Makefile.inc      Wed Mar 21 05:47:53 2012 +0000
@@ -1,5 +1,5 @@
-#      $NetBSD: Makefile.inc,v 1.9 2009/04/14 22:15:16 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.10 2012/03/21 05:47:53 matt Exp $
 #      from: @(#)Makefile.inc  8.1 (Berkeley) 6/6/93
 
-WARNS?=        4
+WARNS?=        5
 BINDIR?=/usr/bin



Home | Main Index | Thread Index | Old Index