Author: ed
Date: Thu Oct 18 15:39:29 2012
New Revision: 241695
URL: http://svn.freebsd.org/changeset/base/241695

Log:
  Remove WARNS=6 lines.
  
  WARNS=6 is already implied at this point.

Modified:
  head/lib/libstdbuf/Makefile
  head/usr.bin/sort/Makefile

Modified: head/lib/libstdbuf/Makefile
==============================================================================
--- head/lib/libstdbuf/Makefile Thu Oct 18 15:24:58 2012        (r241694)
+++ head/lib/libstdbuf/Makefile Thu Oct 18 15:39:29 2012        (r241695)
@@ -7,6 +7,4 @@ SRCS=           stdbuf.c
 SHLIB_MAJOR=   1
 MAN=           libstdbuf.3
 
-WARNS?=                6
-
 .include <bsd.lib.mk>

Modified: head/usr.bin/sort/Makefile
==============================================================================
--- head/usr.bin/sort/Makefile  Thu Oct 18 15:24:58 2012        (r241694)
+++ head/usr.bin/sort/Makefile  Thu Oct 18 15:39:29 2012        (r241695)
@@ -6,8 +6,6 @@ PROG=   sort
 
 SRCS=  bwstring.c coll.c file.c mem.c radixsort.c sort.c vsort.c
 
-WARNS= 6
-
 sort.1: sort.1.in
        /usr/bin/sed ${MAN_SUB} ${.ALLSRC} >${.TARGET}
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to