svn commit: r276837 - head/usr.bin/sed

Pedro F. Giffuni pfg at FreeBSD.org
Thu Jan 8 17:24:00 UTC 2015


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


More information about the svn-src-head mailing list