Module Name: src Committed By: matt Date: Wed Mar 21 05:47:54 UTC 2012
Modified Files: src/bin: Makefile.inc src/sbin: Makefile.inc src/usr.bin: Makefile.inc Log Message: Default to WARNS=5 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/bin/Makefile.inc cvs rdiff -u -r1.21 -r1.22 src/sbin/Makefile.inc cvs rdiff -u -r1.9 -r1.10 src/usr.bin/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/bin/Makefile.inc diff -u src/bin/Makefile.inc:1.16 src/bin/Makefile.inc:1.17 --- src/bin/Makefile.inc:1.16 Sat Feb 14 08:31:13 2009 +++ src/bin/Makefile.inc Wed Mar 21 05:47:53 2012 @@ -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") Index: src/sbin/Makefile.inc diff -u src/sbin/Makefile.inc:1.21 src/sbin/Makefile.inc:1.22 --- src/sbin/Makefile.inc:1.21 Sat Apr 11 07:58:11 2009 +++ src/sbin/Makefile.inc Wed Mar 21 05:47:53 2012 @@ -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") Index: src/usr.bin/Makefile.inc diff -u src/usr.bin/Makefile.inc:1.9 src/usr.bin/Makefile.inc:1.10 --- src/usr.bin/Makefile.inc:1.9 Tue Apr 14 22:15:16 2009 +++ src/usr.bin/Makefile.inc Wed Mar 21 05:47:53 2012 @@ -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