Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin WARNS=2 is the default defined in sbin/Makefile.inc. (t...
details: https://anonhg.NetBSD.org/src/rev/a180781a4494
branches: trunk
changeset: 573144:a180781a4494
user: xtraeme <xtraeme%NetBSD.org@localhost>
date: Thu Jan 20 16:39:22 2005 +0000
description:
WARNS=2 is the default defined in sbin/Makefile.inc. (thanks wiz)
diffstat:
sbin/atactl/Makefile | 3 +--
sbin/ccdconfig/Makefile | 3 +--
sbin/disklabel/Makefile | 3 +--
sbin/dmesg/Makefile | 3 +--
sbin/edlabel/Makefile | 3 +--
sbin/fdisk/Makefile | 4 +---
sbin/fsck_ext2fs/Makefile | 3 +--
sbin/fsck_ffs/Makefile | 3 +--
sbin/fsck_lfs/Makefile | 3 +--
sbin/fsck_msdos/Makefile | 4 +---
sbin/fsdb/Makefile | 3 +--
sbin/raidctl/Makefile | 5 ++---
sbin/umount/Makefile | 3 +--
sbin/veriexecctl/Makefile | 3 +--
sbin/wsconsctl/Makefile | 3 +--
15 files changed, 16 insertions(+), 33 deletions(-)
diffs (199 lines):
diff -r 102b082e490c -r a180781a4494 sbin/atactl/Makefile
--- a/sbin/atactl/Makefile Thu Jan 20 16:16:10 2005 +0000
+++ b/sbin/atactl/Makefile Thu Jan 20 16:39:22 2005 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.2 2005/01/20 15:36:02 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2005/01/20 16:39:22 xtraeme Exp $
-WARNS= 2
SRCS= atactl.c
PROG= atactl
diff -r 102b082e490c -r a180781a4494 sbin/ccdconfig/Makefile
--- a/sbin/ccdconfig/Makefile Thu Jan 20 16:16:10 2005 +0000
+++ b/sbin/ccdconfig/Makefile Thu Jan 20 16:39:22 2005 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.6 2005/01/20 15:49:24 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2005/01/20 16:39:23 xtraeme Exp $
-WARNS= 2
PROG= ccdconfig
MAN= ccdconfig.8 ccd.conf.5
diff -r 102b082e490c -r a180781a4494 sbin/disklabel/Makefile
--- a/sbin/disklabel/Makefile Thu Jan 20 16:16:10 2005 +0000
+++ b/sbin/disklabel/Makefile Thu Jan 20 16:39:22 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2005/01/20 15:52:09 xtraeme Exp $
+# $NetBSD: Makefile,v 1.54 2005/01/20 16:39:23 xtraeme Exp $
# @(#)Makefile 8.2 (Berkeley) 3/17/94
-WARNS= 2
PROG= disklabel
SRCS= disklabel.c dkcksum.c interact.c printlabel.c
MAN= disklabel.5 disklabel.8
diff -r 102b082e490c -r a180781a4494 sbin/dmesg/Makefile
--- a/sbin/dmesg/Makefile Thu Jan 20 16:16:10 2005 +0000
+++ b/sbin/dmesg/Makefile Thu Jan 20 16:39:22 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2005/01/20 15:55:01 xtraeme Exp $
+# $NetBSD: Makefile,v 1.11 2005/01/20 16:39:23 xtraeme Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
-WARNS= 2
PROG= dmesg
MAN= dmesg.8
LDADD= -lkvm
diff -r 102b082e490c -r a180781a4494 sbin/edlabel/Makefile
--- a/sbin/edlabel/Makefile Thu Jan 20 16:16:10 2005 +0000
+++ b/sbin/edlabel/Makefile Thu Jan 20 16:39:22 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2005/01/20 15:59:40 xtraeme Exp $
+# $NetBSD: Makefile,v 1.14 2005/01/20 16:39:23 xtraeme Exp $
# edlabel (Edit Disk LABEL)
NOMAN= # defined
-WARNS= 2
.if (${MACHINE} == "sun3") || (${MACHINE} == "sun3x") || \
(${MACHINE} == "atari") || (${MACHINE} == "sparc") || \
diff -r 102b082e490c -r a180781a4494 sbin/fdisk/Makefile
--- a/sbin/fdisk/Makefile Thu Jan 20 16:16:10 2005 +0000
+++ b/sbin/fdisk/Makefile Thu Jan 20 16:39:22 2005 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2005/01/20 16:01:02 xtraeme Exp $
+# $NetBSD: Makefile,v 1.31 2005/01/20 16:39:23 xtraeme Exp $
SUBDIR= mbr
-WARNS= 2
-
.if (${MACHINE} == "i386" || \
${MACHINE} == "bebox" || \
${MACHINE} == "cobalt" || \
diff -r 102b082e490c -r a180781a4494 sbin/fsck_ext2fs/Makefile
--- a/sbin/fsck_ext2fs/Makefile Thu Jan 20 16:16:10 2005 +0000
+++ b/sbin/fsck_ext2fs/Makefile Thu Jan 20 16:39:22 2005 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2005/01/19 19:31:28 xtraeme Exp $
+# $NetBSD: Makefile,v 1.11 2005/01/20 16:39:23 xtraeme Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
.include <bsd.own.mk>
-WARNS= 2
PROG= fsck_ext2fs
MAN= fsck_ext2fs.8
SRCS= dir.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \
diff -r 102b082e490c -r a180781a4494 sbin/fsck_ffs/Makefile
--- a/sbin/fsck_ffs/Makefile Thu Jan 20 16:16:10 2005 +0000
+++ b/sbin/fsck_ffs/Makefile Thu Jan 20 16:39:22 2005 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2005/01/19 17:33:58 xtraeme Exp $
+# $NetBSD: Makefile,v 1.28 2005/01/20 16:39:23 xtraeme Exp $
# @(#)Makefile 8.2 (Berkeley) 4/27/95
.include <bsd.own.mk>
-WARNS= 2
PROG= fsck_ffs
MAN= fsck_ffs.8
SRCS= dir.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \
diff -r 102b082e490c -r a180781a4494 sbin/fsck_lfs/Makefile
--- a/sbin/fsck_lfs/Makefile Thu Jan 20 16:16:10 2005 +0000
+++ b/sbin/fsck_lfs/Makefile Thu Jan 20 16:39:22 2005 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2005/01/19 19:41:59 xtraeme Exp $
+# $NetBSD: Makefile,v 1.8 2005/01/20 16:39:23 xtraeme Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
.include <bsd.own.mk>
-WARNS= 2
PROG= fsck_lfs
MAN= fsck_lfs.8
SRCS= bufcache.c dir.c fsutil.c inode.c lfs.c lfs_cksum.c main.c
diff -r 102b082e490c -r a180781a4494 sbin/fsck_msdos/Makefile
--- a/sbin/fsck_msdos/Makefile Thu Jan 20 16:16:10 2005 +0000
+++ b/sbin/fsck_msdos/Makefile Thu Jan 20 16:39:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2002/08/19 10:16:54 lukem Exp $
+# $NetBSD: Makefile,v 1.10 2005/01/20 16:39:23 xtraeme Exp $
.include <bsd.own.mk>
@@ -6,8 +6,6 @@
MAN= fsck_msdos.8
SRCS= main.c check.c boot.c fat.c dir.c fsutil.c
-WARNS= 2
-
FSCK= ${NETBSDSRCDIR}/sbin/fsck
CPPFLAGS+= -I${FSCK}
.PATH: ${FSCK}
diff -r 102b082e490c -r a180781a4494 sbin/fsdb/Makefile
--- a/sbin/fsdb/Makefile Thu Jan 20 16:16:10 2005 +0000
+++ b/sbin/fsdb/Makefile Thu Jan 20 16:39:22 2005 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2005/01/19 20:19:04 xtraeme Exp $
+# $NetBSD: Makefile,v 1.17 2005/01/20 16:39:23 xtraeme Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
.include <bsd.own.mk>
-WARNS= 2
PROG= fsdb
MAN= fsdb.8
SRCS= fsdb.c fsdbutil.c
diff -r 102b082e490c -r a180781a4494 sbin/raidctl/Makefile
--- a/sbin/raidctl/Makefile Thu Jan 20 16:16:10 2005 +0000
+++ b/sbin/raidctl/Makefile Thu Jan 20 16:39:22 2005 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2001/10/04 16:03:05 oster Exp $
+# $NetBSD: Makefile,v 1.10 2005/01/20 16:39:23 xtraeme Exp $
+
PROG= raidctl
SRCS= rf_configure.c raidctl.c
MAN= raidctl.8
-WARNS=2
-
DPADD= ${LIBUTIL}
LDADD= -lutil
diff -r 102b082e490c -r a180781a4494 sbin/umount/Makefile
--- a/sbin/umount/Makefile Thu Jan 20 16:16:10 2005 +0000
+++ b/sbin/umount/Makefile Thu Jan 20 16:39:22 2005 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2005/01/19 20:43:06 xtraeme Exp $
+# $NetBSD: Makefile,v 1.14 2005/01/20 16:39:23 xtraeme Exp $
# @(#)Makefile 8.4 (Berkeley) 6/22/95
.include <bsd.own.mk>
-WARNS= 2
PROG= umount
SRCS= umount.c vfslist.c
MAN= umount.8
diff -r 102b082e490c -r a180781a4494 sbin/veriexecctl/Makefile
--- a/sbin/veriexecctl/Makefile Thu Jan 20 16:16:10 2005 +0000
+++ b/sbin/veriexecctl/Makefile Thu Jan 20 16:39:22 2005 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.3 2005/01/19 20:42:04 xtraeme Exp $
+# $NetBSD: Makefile,v 1.4 2005/01/20 16:39:23 xtraeme Exp $
-WARNS= 2
PROG= veriexecctl
MAN= veriexecctl.8
SRCS= veriexecctl_parse.y veriexecctl_conf.l veriexecctl.c
diff -r 102b082e490c -r a180781a4494 sbin/wsconsctl/Makefile
--- a/sbin/wsconsctl/Makefile Thu Jan 20 16:16:10 2005 +0000
+++ b/sbin/wsconsctl/Makefile Thu Jan 20 16:39:22 2005 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.11 2005/01/19 20:37:52 xtraeme Exp $
+# $NetBSD: Makefile,v 1.12 2005/01/20 16:39:23 xtraeme Exp $
-WARNS= 2
PROG= wsconsctl
SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \
mouse.c util.c wsconsctl.c
Home |
Main Index |
Thread Index |
Old Index