Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin These pass WARNS=5, so don't set WARNS=4
details: https://anonhg.NetBSD.org/src/rev/f4a2d9cfd88d
branches: trunk
changeset: 789227:f4a2d9cfd88d
user: dholland <dholland%NetBSD.org@localhost>
date: Sun Aug 11 06:04:38 2013 +0000
description:
These pass WARNS=5, so don't set WARNS=4
diffstat:
sbin/devpubd/Makefile | 3 +--
sbin/iscsictl/Makefile | 1 -
sbin/iscsid/Makefile | 4 +---
sbin/mount_chfs/Makefile | 3 +--
sbin/mount_nilfs/Makefile | 3 +--
5 files changed, 4 insertions(+), 10 deletions(-)
diffs (72 lines):
diff -r 18965e66bd0f -r f4a2d9cfd88d sbin/devpubd/Makefile
--- a/sbin/devpubd/Makefile Sun Aug 11 05:56:55 2013 +0000
+++ b/sbin/devpubd/Makefile Sun Aug 11 06:04:38 2013 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2013/01/11 23:49:23 mlelstv Exp $
+# $NetBSD: Makefile,v 1.4 2013/08/11 06:04:38 dholland Exp $
PROG= devpubd
SRCS= devpubd.c
MAN= devpubd.8
-WARNS= 4
BINDIR?= /sbin
diff -r 18965e66bd0f -r f4a2d9cfd88d sbin/iscsictl/Makefile
--- a/sbin/iscsictl/Makefile Sun Aug 11 05:56:55 2013 +0000
+++ b/sbin/iscsictl/Makefile Sun Aug 11 06:04:38 2013 +0000
@@ -11,7 +11,6 @@
CPPFLAGS+= -I${.CURDIR}/../../sys/dev/iscsi
CPPFLAGS+= -I${.CURDIR}/../../sys
CPPFLAGS+= -I${.CURDIR}/../iscsid
-WARNS= 4
MAN= iscsictl.8
diff -r 18965e66bd0f -r f4a2d9cfd88d sbin/iscsid/Makefile
--- a/sbin/iscsid/Makefile Sun Aug 11 05:56:55 2013 +0000
+++ b/sbin/iscsid/Makefile Sun Aug 11 06:04:38 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/05/28 00:13:19 riz Exp $
+# $NetBSD: Makefile,v 1.5 2013/08/11 06:04:38 dholland Exp $
PROG= iscsid
@@ -11,8 +11,6 @@
MAN= iscsid.8
-WARNS= 4
-
LDADD = -lpthread -lisns
INCSDIR= /usr/include
diff -r 18965e66bd0f -r f4a2d9cfd88d sbin/mount_chfs/Makefile
--- a/sbin/mount_chfs/Makefile Sun Aug 11 05:56:55 2013 +0000
+++ b/sbin/mount_chfs/Makefile Sun Aug 11 06:04:38 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/11/24 15:54:55 ahoka Exp $
+# $NetBSD: Makefile,v 1.2 2013/08/11 06:04:38 dholland Exp $
#
.include <bsd.own.mk>
@@ -12,6 +12,5 @@
CPPFLAGS+= -I${MOUNT}
DPADD+= ${LIBUTIL}
LDADD+= -lutil
-WARNS= 4
.include <bsd.prog.mk>
diff -r 18965e66bd0f -r f4a2d9cfd88d sbin/mount_nilfs/Makefile
--- a/sbin/mount_nilfs/Makefile Sun Aug 11 05:56:55 2013 +0000
+++ b/sbin/mount_nilfs/Makefile Sun Aug 11 06:04:38 2013 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2009/07/18 16:31:42 reinoud Exp $
+# $NetBSD: Makefile,v 1.2 2013/08/11 06:04:38 dholland Exp $
.include <bsd.own.mk>
-WARNS= 4
PROG= mount_nilfs
SRCS= mount_nilfs.c fattr.c pathadj.c
MAN= mount_nilfs.8
Home |
Main Index |
Thread Index |
Old Index