Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jan 2015 17:23:59 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276837 - head/usr.bin/sed
Message-ID:  <201501081723.t08HNxUR090759@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Thu Jan  8 17:23:59 2015
New Revision: 276837
URL: https://svnweb.freebsd.org/changeset/base/276837

Log:
  Partial revert of r276832:
  
  Do not bump the warns level as it still breaks the gcc build on sparc64
  
  Reported by:	jenkins

Modified:
  head/usr.bin/sed/Makefile

Modified: head/usr.bin/sed/Makefile
==============================================================================
--- head/usr.bin/sed/Makefile	Thu Jan  8 17:23:05 2015	(r276836)
+++ head/usr.bin/sed/Makefile	Thu Jan  8 17:23:59 2015	(r276837)
@@ -6,6 +6,8 @@
 PROG=	sed
 SRCS=	compile.c main.c misc.c process.c
 
+WARNS?=	2
+
 .if ${MK_TESTS} != "no"
 SUBDIR+= tests
 .endif



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