Date: Thu, 18 Oct 2012 15:39:29 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> 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 Message-ID: <201210181539.q9IFdTgW068664@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.lib.mk> 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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210181539.q9IFdTgW068664>