Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib These directories default to WARNS?=5
details: https://anonhg.NetBSD.org/src/rev/ab837a1d7afb
branches: trunk
changeset: 778274:ab837a1d7afb
user: matt <matt%NetBSD.org@localhost>
date: Wed Mar 21 05:37:42 2012 +0000
description:
These directories default to WARNS?=5
diffstat:
lib/libcrypt/Makefile | 4 ++--
lib/libedit/Makefile | 4 ++--
lib/libisns/Makefile | 4 ++--
lib/libm/Makefile | 6 +++---
lib/libnpf/Makefile | 4 ++--
lib/libperfuse/Makefile | 4 ++--
lib/libppath/Makefile | 4 ++--
lib/libprop/Makefile | 4 ++--
lib/libpthread/Makefile | 4 ++--
lib/libpthread_dbg/Makefile | 4 ++--
lib/libpuffs/Makefile | 6 +++---
lib/libquota/Makefile | 4 ++--
lib/librefuse/Makefile | 4 ++--
lib/librt/Makefile | 4 ++--
lib/librumphijack/Makefile | 4 ++--
lib/librumpuser/Makefile | 4 ++--
lib/libtelnet/Makefile | 4 ++--
lib/libterminfo/Makefile | 4 ++--
lib/libutil/Makefile | 4 ++--
19 files changed, 40 insertions(+), 40 deletions(-)
diffs (truncated from 314 to 300 lines):
diff -r 9a5ed7ee2612 -r ab837a1d7afb lib/libcrypt/Makefile
--- a/lib/libcrypt/Makefile Wed Mar 21 05:36:24 2012 +0000
+++ b/lib/libcrypt/Makefile Wed Mar 21 05:37:42 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2011/06/20 07:43:58 mrg Exp $
+# $NetBSD: Makefile,v 1.23 2012/03/21 05:37:42 matt Exp $
USE_SHLIBDIR= yes
@@ -7,7 +7,7 @@
SRCS= crypt.c md5crypt.c bcrypt.c crypt-sha1.c util.c pw_gensalt.c
SRCS+= hmac_sha1.c
-WARNS= 4
+WARNS?= 5
MAN= crypt.3
MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3
diff -r 9a5ed7ee2612 -r ab837a1d7afb lib/libedit/Makefile
--- a/lib/libedit/Makefile Wed Mar 21 05:36:24 2012 +0000
+++ b/lib/libedit/Makefile Wed Mar 21 05:37:42 2012 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.49 2011/08/16 16:25:15 christos Exp $
+# $NetBSD: Makefile,v 1.50 2012/03/21 05:37:42 matt Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
USE_SHLIBDIR= yes
WIDECHAR ?= yes
-WARNS= 4
+WARNS?= 5
LIB= edit
LIBDPLIBS+= terminfo ${.CURDIR}/../libterminfo
diff -r 9a5ed7ee2612 -r ab837a1d7afb lib/libisns/Makefile
--- a/lib/libisns/Makefile Wed Mar 21 05:36:24 2012 +0000
+++ b/lib/libisns/Makefile Wed Mar 21 05:37:42 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/08/17 10:08:43 christos Exp $
+# $NetBSD: Makefile,v 1.4 2012/03/21 05:37:42 matt Exp $
.include <bsd.own.mk>
@@ -11,6 +11,6 @@
INCS= isns.h isns_defs.h
INCSDIR=/usr/include
-WARNS= 4
+WARNS?= 5
.include <bsd.lib.mk>
diff -r 9a5ed7ee2612 -r ab837a1d7afb lib/libm/Makefile
--- a/lib/libm/Makefile Wed Mar 21 05:36:24 2012 +0000
+++ b/lib/libm/Makefile Wed Mar 21 05:37:42 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.121 2012/03/09 08:03:53 njoly Exp $
+# $NetBSD: Makefile,v 1.122 2012/03/21 05:37:42 matt Exp $
#
# @(#)Makefile 5.1beta 93/09/24
#
@@ -108,10 +108,10 @@
# XXX - ripped out due to lack of the insn polyd in the Mariah chip,
# and emulation code isn't written yet.
ARCHS_SRCS = n_scalbn.S
-WARNS?=4
+WARNS?=5
.endif
-WARNS?=4
+WARNS?=5
.PATH: ${.CURDIR}/man
.PATH: ${.CURDIR}/src
diff -r 9a5ed7ee2612 -r ab837a1d7afb lib/libnpf/Makefile
--- a/lib/libnpf/Makefile Wed Mar 21 05:36:24 2012 +0000
+++ b/lib/libnpf/Makefile Wed Mar 21 05:37:42 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/02/02 02:20:25 rmind Exp $
+# $NetBSD: Makefile,v 1.2 2012/03/21 05:37:42 matt Exp $
.include <bsd.own.mk>
@@ -14,7 +14,7 @@
LDADD+= -lprop
DPADD+= ${LIBPROP}
-WARNS?= 4
+WARNS?= 5
NOLINT= # defined (note: deliberately)
.include <bsd.lib.mk>
diff -r 9a5ed7ee2612 -r ab837a1d7afb lib/libperfuse/Makefile
--- a/lib/libperfuse/Makefile Wed Mar 21 05:36:24 2012 +0000
+++ b/lib/libperfuse/Makefile Wed Mar 21 05:37:42 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2011/08/14 08:19:04 christos Exp $
+# $NetBSD: Makefile,v 1.9 2012/03/21 05:37:42 matt Exp $
LIB= perfuse
LIBDPLIBS+= puffs ${.CURDIR}/../libpuffs
@@ -12,7 +12,7 @@
CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libpuffs
SRCS= perfuse.c ops.c subr.c debug.c
MAN= libperfuse.3
-WARNS= 4
+WARNS?= 5
INCS= perfuse.h
INCSDIR= /usr/include
diff -r 9a5ed7ee2612 -r ab837a1d7afb lib/libppath/Makefile
--- a/lib/libppath/Makefile Wed Mar 21 05:36:24 2012 +0000
+++ b/lib/libppath/Makefile Wed Mar 21 05:37:42 2012 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2011/08/25 14:55:36 dyoung Exp $
+# $NetBSD: Makefile,v 1.2 2012/03/21 05:37:43 matt Exp $
.include <bsd.own.mk>
-WARNS=4
+WARNS?=5
USE_SHLIBDIR= yes
PPATHLIBDIR=${NETBSDSRCDIR}/common/lib/libppath
diff -r 9a5ed7ee2612 -r ab837a1d7afb lib/libprop/Makefile
--- a/lib/libprop/Makefile Wed Mar 21 05:36:24 2012 +0000
+++ b/lib/libprop/Makefile Wed Mar 21 05:37:42 2012 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2011/09/30 22:08:19 jym Exp $
+# $NetBSD: Makefile,v 1.20 2012/03/21 05:37:43 matt Exp $
.include <bsd.own.mk>
-WARNS=4
+WARNS?=5
USE_SHLIBDIR= yes
PROPLIBDIR=${NETBSDSRCDIR}/common/lib/libprop
diff -r 9a5ed7ee2612 -r ab837a1d7afb lib/libpthread/Makefile
--- a/lib/libpthread/Makefile Wed Mar 21 05:36:24 2012 +0000
+++ b/lib/libpthread/Makefile Wed Mar 21 05:37:42 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.74 2012/03/12 21:35:10 joerg Exp $
+# $NetBSD: Makefile,v 1.75 2012/03/21 05:37:43 matt Exp $
#
-WARNS= 4
+WARNS?= 5
.include <bsd.own.mk>
diff -r 9a5ed7ee2612 -r ab837a1d7afb lib/libpthread_dbg/Makefile
--- a/lib/libpthread_dbg/Makefile Wed Mar 21 05:36:24 2012 +0000
+++ b/lib/libpthread_dbg/Makefile Wed Mar 21 05:37:42 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2011/03/17 01:01:15 matt Exp $
+# $NetBSD: Makefile,v 1.9 2012/03/21 05:37:43 matt Exp $
#
-WARNS= 2
+WARNS?= 5
.include <bsd.own.mk>
diff -r 9a5ed7ee2612 -r ab837a1d7afb lib/libpuffs/Makefile
--- a/lib/libpuffs/Makefile Wed Mar 21 05:36:24 2012 +0000
+++ b/lib/libpuffs/Makefile Wed Mar 21 05:37:42 2012 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.24 2010/12/06 14:50:34 pooka Exp $
+# $NetBSD: Makefile,v 1.25 2012/03/21 05:37:43 matt Exp $
#
.include <bsd.own.mk>
-USE_FORT?= yes # data-driven bugs?
+USE_FORT?= yes # data-driven bugs?
-WARNS= 4
+WARNS?= 5
LIB= puffs
diff -r 9a5ed7ee2612 -r ab837a1d7afb lib/libquota/Makefile
--- a/lib/libquota/Makefile Wed Mar 21 05:36:24 2012 +0000
+++ b/lib/libquota/Makefile Wed Mar 21 05:37:42 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2012/02/13 01:24:03 dholland Exp $
+# $NetBSD: Makefile,v 1.10 2012/03/21 05:37:43 matt Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
.include <bsd.own.mk>
-WARNS= 4
+WARNS?= 5
LIB= quota
LIBDPLIBS+= rpcsvc ${.CURDIR}/../librpcsvc
diff -r 9a5ed7ee2612 -r ab837a1d7afb lib/librefuse/Makefile
--- a/lib/librefuse/Makefile Wed Mar 21 05:36:24 2012 +0000
+++ b/lib/librefuse/Makefile Wed Mar 21 05:37:42 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/11/05 13:41:52 pooka Exp $
+# $NetBSD: Makefile,v 1.9 2012/03/21 05:37:43 matt Exp $
USE_FORT?= yes # data driven bugs?
@@ -13,7 +13,7 @@
CFLAGS+= ${FUSE_OPT_DEBUG_FLAGS}
SRCS= refuse.c refuse_opt.c
MAN= refuse.3
-WARNS= 4
+WARNS?= 5
INCS= fuse.h fuse_opt.h
INCSDIR= /usr/include
diff -r 9a5ed7ee2612 -r ab837a1d7afb lib/librt/Makefile
--- a/lib/librt/Makefile Wed Mar 21 05:36:24 2012 +0000
+++ b/lib/librt/Makefile Wed Mar 21 05:37:42 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2012/03/08 21:59:28 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2012/03/21 05:37:43 matt Exp $
#
.include <bsd.own.mk>
-WARNS= 4
+WARNS?= 5
LIB= rt
SRCS= sem.c
diff -r 9a5ed7ee2612 -r ab837a1d7afb lib/librumphijack/Makefile
--- a/lib/librumphijack/Makefile Wed Mar 21 05:36:24 2012 +0000
+++ b/lib/librumphijack/Makefile Wed Mar 21 05:37:42 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2011/02/25 16:01:41 pooka Exp $
+# $NetBSD: Makefile,v 1.9 2012/03/21 05:37:44 matt Exp $
#
LIB= rumphijack
@@ -12,7 +12,7 @@
CPPFLAGS+= -D_DIAGNOSTIC -D_REENTRANT
-WARNS= 4
+WARNS?= 5
# make sure the compiler doesn't get clever, since we need
# a stack frame
diff -r 9a5ed7ee2612 -r ab837a1d7afb lib/librumpuser/Makefile
--- a/lib/librumpuser/Makefile Wed Mar 21 05:36:24 2012 +0000
+++ b/lib/librumpuser/Makefile Wed Mar 21 05:37:42 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2010/11/30 14:23:24 pooka Exp $
+# $NetBSD: Makefile,v 1.6 2012/03/21 05:37:44 matt Exp $
#
-WARNS= 4
+WARNS?= 5
# rumpuser.h is in sys/rump for inclusion by kernel components
.PATH: ${.CURDIR}/../../sys/rump/include/rump
diff -r 9a5ed7ee2612 -r ab837a1d7afb lib/libtelnet/Makefile
--- a/lib/libtelnet/Makefile Wed Mar 21 05:36:24 2012 +0000
+++ b/lib/libtelnet/Makefile Wed Mar 21 05:37:42 2012 +0000
@@ -1,5 +1,5 @@
# from: @(#)Makefile 8.2 (Berkeley) 12/15/93
-# $NetBSD: Makefile,v 1.34 2012/01/09 15:25:33 christos Exp $
+# $NetBSD: Makefile,v 1.35 2012/03/21 05:37:44 matt Exp $
USE_FORT?= yes # network protocol library
@@ -7,7 +7,7 @@
.include <bsd.own.mk>
-WARNS?= 4
+WARNS?= 5
LIB= telnet
SRCS= auth.c encrypt.c genget.c getent.c misc.c
diff -r 9a5ed7ee2612 -r ab837a1d7afb lib/libterminfo/Makefile
--- a/lib/libterminfo/Makefile Wed Mar 21 05:36:24 2012 +0000
+++ b/lib/libterminfo/Makefile Wed Mar 21 05:37:42 2012 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.21 2011/11/03 07:19:39 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2012/03/21 05:37:44 matt Exp $
.include <bsd.own.mk>
USE_SHLIBDIR= yes
LIB= terminfo
-WARNS= 4
+WARNS?= 5
CPPFLAGS+= -I${.CURDIR}
diff -r 9a5ed7ee2612 -r ab837a1d7afb lib/libutil/Makefile
--- a/lib/libutil/Makefile Wed Mar 21 05:36:24 2012 +0000
+++ b/lib/libutil/Makefile Wed Mar 21 05:37:42 2012 +0000
@@ -1,4 +1,4 @@
Home |
Main Index |
Thread Index |
Old Index