Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin change from WARNS?=1 to WARNS?=2 for bin/
details: https://anonhg.NetBSD.org/src/rev/52084139a955
branches: trunk
changeset: 516966:52084139a955
user: lukem <lukem%NetBSD.org@localhost>
date: Sat Nov 03 13:40:30 2001 +0000
description:
change from WARNS?=1 to WARNS?=2 for bin/
diffstat:
bin/Makefile.inc | 4 ++--
bin/cat/Makefile | 3 +--
bin/ls/Makefile | 4 +---
bin/sh/Makefile | 3 +--
4 files changed, 5 insertions(+), 9 deletions(-)
diffs (54 lines):
diff -r 8c7cb84563f3 -r 52084139a955 bin/Makefile.inc
--- a/bin/Makefile.inc Sat Nov 03 13:39:25 2001 +0000
+++ b/bin/Makefile.inc Sat Nov 03 13:40:30 2001 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.inc,v 1.10 1998/03/02 22:03:11 cgd Exp $
+# $NetBSD: Makefile.inc,v 1.11 2001/11/03 13:40:30 lukem Exp $
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
.include <bsd.own.mk> # for LDSTATIC def'n
-WARNS?= 1
+WARNS?= 2
BINDIR?= /bin
LDSTATIC?= -static
diff -r 8c7cb84563f3 -r 52084139a955 bin/cat/Makefile
--- a/bin/cat/Makefile Sat Nov 03 13:39:25 2001 +0000
+++ b/bin/cat/Makefile Sat Nov 03 13:40:30 2001 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 1999/07/08 01:56:09 christos Exp $
+# $NetBSD: Makefile,v 1.10 2001/11/03 13:40:30 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-WARNS=2
PROG= cat
.include <bsd.prog.mk>
diff -r 8c7cb84563f3 -r 52084139a955 bin/ls/Makefile
--- a/bin/ls/Makefile Sat Nov 03 13:39:25 2001 +0000
+++ b/bin/ls/Makefile Sat Nov 03 13:40:30 2001 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2001/10/19 00:59:07 lukem Exp $
+# $NetBSD: Makefile,v 1.13 2001/11/03 13:40:30 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/2/93
PROG= ls
SRCS= cmp.c ls.c main.c print.c stat_flags.c util.c
-WARNS?= 2
-
.include <bsd.prog.mk>
diff -r 8c7cb84563f3 -r 52084139a955 bin/sh/Makefile
--- a/bin/sh/Makefile Sat Nov 03 13:39:25 2001 +0000
+++ b/bin/sh/Makefile Sat Nov 03 13:40:30 2001 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.52 2001/04/18 17:35:36 bjh21 Exp $
+# $NetBSD: Makefile,v 1.53 2001/11/03 13:40:30 lukem Exp $
# @(#)Makefile 8.4 (Berkeley) 5/5/95
.include <bsd.own.mk>
-WARNS=2
YHEADER=1
PROG= sh
SHSRCS= alias.c cd.c echo.c error.c eval.c exec.c expand.c \
Home |
Main Index |
Thread Index |
Old Index