Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin WARNS=5 is the default in sbin, don't need to set it ex...
details: https://anonhg.NetBSD.org/src/rev/18965e66bd0f
branches: trunk
changeset: 789226:18965e66bd0f
user: dholland <dholland%NetBSD.org@localhost>
date: Sun Aug 11 05:56:55 2013 +0000
description:
WARNS=5 is the default in sbin, don't need to set it explicitly.
diffstat:
sbin/modload/Makefile | 4 +---
sbin/modstat/Makefile | 4 +---
sbin/modunload/Makefile | 4 +---
3 files changed, 3 insertions(+), 9 deletions(-)
diffs (39 lines):
diff -r 5ac623b678a9 -r 18965e66bd0f sbin/modload/Makefile
--- a/sbin/modload/Makefile Sun Aug 11 05:48:56 2013 +0000
+++ b/sbin/modload/Makefile Sun Aug 11 05:56:55 2013 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2012/08/22 07:47:18 jnemeth Exp $
+# $NetBSD: Makefile,v 1.17 2013/08/11 05:56:55 dholland Exp $
.include <bsd.own.mk>
-WARNS= 5
-
RUMPPRG=modload
SRCS= main.c
MAN= modload.8
diff -r 5ac623b678a9 -r 18965e66bd0f sbin/modstat/Makefile
--- a/sbin/modstat/Makefile Sun Aug 11 05:48:56 2013 +0000
+++ b/sbin/modstat/Makefile Sun Aug 11 05:56:55 2013 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2012/08/16 19:47:48 jnemeth Exp $
+# $NetBSD: Makefile,v 1.4 2013/08/11 05:56:55 dholland Exp $
RUMPPRG=modstat
SRCS= main.c
MAN= modstat.8
-WARNS= 5
-
.include <bsd.prog.mk>
diff -r 5ac623b678a9 -r 18965e66bd0f sbin/modunload/Makefile
--- a/sbin/modunload/Makefile Sun Aug 11 05:48:56 2013 +0000
+++ b/sbin/modunload/Makefile Sun Aug 11 05:56:55 2013 +0000
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/08/22 07:47:19 jnemeth Exp $
-
-WARNS= 5
+# $NetBSD: Makefile,v 1.16 2013/08/11 05:56:55 dholland Exp $
RUMPPRG=modunload
SRCS= main.c
Home |
Main Index |
Thread Index |
Old Index