Source-Changes-HG archive

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

[src/trunk]: src max WARNS is 4



details:   https://anonhg.NetBSD.org/src/rev/9acc99676783
branches:  trunk
changeset: 770345:9acc99676783
user:      plunky <plunky%NetBSD.org@localhost>
date:      Thu Oct 13 17:23:28 2011 +0000

description:
max WARNS is 4

diffstat:

 crypto/external/bsd/netpgp/lib/Makefile  |  4 ++--
 crypto/external/bsd/openssh/Makefile.inc |  4 ++--
 external/bsd/libpcap/lib/Makefile        |  4 ++--
 libexec/tftpd/Makefile                   |  4 ++--
 sys/modules/itesio/Makefile              |  4 ++--
 tests/fs/ptyfs/Makefile                  |  4 ++--
 usr.sbin/fwctl/Makefile                  |  4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)

diffs (104 lines):

diff -r 35b4d7ff587e -r 9acc99676783 crypto/external/bsd/netpgp/lib/Makefile
--- a/crypto/external/bsd/netpgp/lib/Makefile   Thu Oct 13 16:58:30 2011 +0000
+++ b/crypto/external/bsd/netpgp/lib/Makefile   Thu Oct 13 17:23:28 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2010/11/29 06:22:20 agc Exp $
+# $NetBSD: Makefile,v 1.13 2011/10/13 17:23:28 plunky Exp $
 
 .include <bsd.own.mk>
 
@@ -12,7 +12,7 @@
 SRCS+= ssh2pgp.c bufgap.c
 CPPFLAGS+= -I${.CURDIR} -I${EXTDIST}/include
 MAN= libnetpgp.3
-WARNS=5
+WARNS?= 4
 
 EXTDIST=${.CURDIR}/../dist
 
diff -r 35b4d7ff587e -r 9acc99676783 crypto/external/bsd/openssh/Makefile.inc
--- a/crypto/external/bsd/openssh/Makefile.inc  Thu Oct 13 16:58:30 2011 +0000
+++ b/crypto/external/bsd/openssh/Makefile.inc  Thu Oct 13 17:23:28 2011 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile.inc,v 1.4 2011/07/25 03:03:09 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.5 2011/10/13 17:23:28 plunky Exp $
 
-WARNS?=        5
+WARNS?=        4
 
 .include <bsd.own.mk>
 
diff -r 35b4d7ff587e -r 9acc99676783 external/bsd/libpcap/lib/Makefile
--- a/external/bsd/libpcap/lib/Makefile Thu Oct 13 16:58:30 2011 +0000
+++ b/external/bsd/libpcap/lib/Makefile Thu Oct 13 17:23:28 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2011/09/15 17:59:45 plunky Exp $     
+# $NetBSD: Makefile,v 1.7 2011/10/13 17:23:28 plunky Exp $     
 
 .include <bsd.own.mk>
 
@@ -52,7 +52,7 @@
 MANFILEIN= pcap-savefile.manfile.in 
 CLEANFILES+= ${MAN}
 
-WARNS?=                5
+WARNS?=                4
 
 .for i in ${MAN3IN}
 ${i:S/pcap.in//}: ${i} __sed
diff -r 35b4d7ff587e -r 9acc99676783 libexec/tftpd/Makefile
--- a/libexec/tftpd/Makefile    Thu Oct 13 16:58:30 2011 +0000
+++ b/libexec/tftpd/Makefile    Thu Oct 13 17:23:28 2011 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.13 2010/01/08 21:05:14 christos Exp $
+#      $NetBSD: Makefile,v 1.14 2011/10/13 17:23:29 plunky Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/4/93
 
-WARNS?=        5
+WARNS?=        4
 
 .include <bsd.own.mk>
 
diff -r 35b4d7ff587e -r 9acc99676783 sys/modules/itesio/Makefile
--- a/sys/modules/itesio/Makefile       Thu Oct 13 16:58:30 2011 +0000
+++ b/sys/modules/itesio/Makefile       Thu Oct 13 17:23:28 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/07/29 20:59:25 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2011/10/13 17:23:29 plunky Exp $
 
 .include "../Makefile.inc"
 
@@ -8,6 +8,6 @@
 IOCONF=        itesio.ioconf
 SRCS=  itesio_isa.c
 
-WARNS= 5
+WARNS?=        4
 
 .include <bsd.kmodule.mk>
diff -r 35b4d7ff587e -r 9acc99676783 tests/fs/ptyfs/Makefile
--- a/tests/fs/ptyfs/Makefile   Thu Oct 13 16:58:30 2011 +0000
+++ b/tests/fs/ptyfs/Makefile   Thu Oct 13 17:23:28 2011 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.3 2010/12/18 15:02:06 christos Exp $
+#      $NetBSD: Makefile,v 1.4 2011/10/13 17:23:29 plunky Exp $
 #
 
 TESTSDIR=      ${TESTSBASE}/fs/ptyfs
-WARNS?=                5
+WARNS?=                4
 
 TESTS_C=       t_ptyfs
 TESTS_C+=      t_nullpts
diff -r 35b4d7ff587e -r 9acc99676783 usr.sbin/fwctl/Makefile
--- a/usr.sbin/fwctl/Makefile   Thu Oct 13 16:58:30 2011 +0000
+++ b/usr.sbin/fwctl/Makefile   Thu Oct 13 17:23:28 2011 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2011/08/14 17:42:23 christos Exp $
+# $NetBSD: Makefile,v 1.7 2011/10/13 17:23:29 plunky Exp $
 
-WARNS?=5
+WARNS?=        4
 PROG=  fwctl
 SRCS=  eui64.c fwcontrol.c fwcrom.c fwdv.c fwmpegts.c
 MAN=   fwctl.8



Home | Main Index | Thread Index | Old Index