Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2009 18:17:29 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r198148 - in head/bin: cat uuidgen
Message-ID:  <200910151817.n9FIHT7r081105@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910151817.n9FIHT7r081105>