Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/sed put back WARNS=6



details:   https://anonhg.NetBSD.org/src/rev/1cd6094c83f4
branches:  trunk
changeset: 329764:1cd6094c83f4
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jun 07 16:37:32 2014 +0000

description:
put back WARNS=6

diffstat:

 usr.bin/sed/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 347f17f66433 -r 1cd6094c83f4 usr.bin/sed/Makefile
--- a/usr.bin/sed/Makefile      Sat Jun 07 16:36:54 2014 +0000
+++ b/usr.bin/sed/Makefile      Sat Jun 07 16:37:32 2014 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.16 2014/06/07 16:36:54 christos Exp $
+#      $NetBSD: Makefile,v 1.17 2014/06/07 16:37:32 christos Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/6/93
 
 .include <bsd.own.mk>
-WARNS=0
+WARNS=6
 
 PROG=  sed
 SRCS=  compile.c main.c misc.c process.c



Home | Main Index | Thread Index | Old Index