svn commit: r240372 - head/usr.bin/stdbuf

Xin LI delphij at FreeBSD.org
Tue Sep 11 21:13:19 UTC 2012


Author: delphij
Date: Tue Sep 11 21:13:18 2012
New Revision: 240372
URL: http://svn.freebsd.org/changeset/base/240372

Log:
  WARNS is now default to 6.

Modified:
  head/usr.bin/stdbuf/Makefile

Modified: head/usr.bin/stdbuf/Makefile
==============================================================================
--- head/usr.bin/stdbuf/Makefile	Tue Sep 11 20:20:13 2012	(r240371)
+++ head/usr.bin/stdbuf/Makefile	Tue Sep 11 21:13:18 2012	(r240372)
@@ -3,6 +3,4 @@
 PROG=   stdbuf
 SRCS=   stdbuf.c
 
-WARNS?=	6
-
 .include <bsd.prog.mk>


More information about the svn-src-all mailing list