From owner-svn-src-head@FreeBSD.ORG Thu Oct 18 15:39:29 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C29E471C; Thu, 18 Oct 2012 15:39:29 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A902D8FC0A; Thu, 18 Oct 2012 15:39:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9IFdTAJ068668; Thu, 18 Oct 2012 15:39:29 GMT (envelope-from ed@svn.freebsd.org) Received: (from ed@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9IFdTgW068664; Thu, 18 Oct 2012 15:39:29 GMT (envelope-from ed@svn.freebsd.org) Message-Id: <201210181539.q9IFdTgW068664@svn.freebsd.org> From: Ed Schouten Date: Thu, 18 Oct 2012 15:39:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r241695 - in head: lib/libstdbuf usr.bin/sort X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2012 15:39:29 -0000 Author: ed Date: Thu Oct 18 15:39:29 2012 New Revision: 241695 URL: http://svn.freebsd.org/changeset/base/241695 Log: Remove WARNS=6 lines. WARNS=6 is already implied at this point. Modified: head/lib/libstdbuf/Makefile head/usr.bin/sort/Makefile Modified: head/lib/libstdbuf/Makefile ============================================================================== --- head/lib/libstdbuf/Makefile Thu Oct 18 15:24:58 2012 (r241694) +++ head/lib/libstdbuf/Makefile Thu Oct 18 15:39:29 2012 (r241695) @@ -7,6 +7,4 @@ SRCS= stdbuf.c SHLIB_MAJOR= 1 MAN= libstdbuf.3 -WARNS?= 6 - .include Modified: head/usr.bin/sort/Makefile ============================================================================== --- head/usr.bin/sort/Makefile Thu Oct 18 15:24:58 2012 (r241694) +++ head/usr.bin/sort/Makefile Thu Oct 18 15:39:29 2012 (r241695) @@ -6,8 +6,6 @@ PROG= sort SRCS= bwstring.c coll.c file.c mem.c radixsort.c sort.c vsort.c -WARNS= 6 - sort.1: sort.1.in /usr/bin/sed ${MAN_SUB} ${.ALLSRC} >${.TARGET}