svn commit: r198148 - in head/bin: cat uuidgen

Ruslan Ermilov ru at FreeBSD.org
Thu Oct 15 18:17:29 UTC 2009


Author: ru
Date: Thu Oct 15 18:17:29 2009
New Revision: 198148
URL: http://svn.freebsd.org/changeset/base/198148

Log:
  Removed redundant WARNS setting.
  
  Submitted by:	Ulrich Spörlein

Modified:
  head/bin/cat/Makefile
  head/bin/uuidgen/Makefile

Modified: head/bin/cat/Makefile
==============================================================================
--- head/bin/cat/Makefile	Thu Oct 15 17:40:45 2009	(r198147)
+++ head/bin/cat/Makefile	Thu Oct 15 18:17:29 2009	(r198148)
@@ -2,6 +2,5 @@
 # $FreeBSD$
 
 PROG=	cat
-WARNS?=	6
 
 .include <bsd.prog.mk>

Modified: head/bin/uuidgen/Makefile
==============================================================================
--- head/bin/uuidgen/Makefile	Thu Oct 15 17:40:45 2009	(r198147)
+++ head/bin/uuidgen/Makefile	Thu Oct 15 18:17:29 2009	(r198148)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
 PROG=	uuidgen
-WARNS?=	6
 
 .include <bsd.prog.mk>


More information about the svn-src-all mailing list