Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2010 09:47:06 +0000 (UTC)
From:      David Malone <dwmalone@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r201727 - head/usr.bin/w
Message-ID:  <201001070947.o079l6et011767@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dwmalone
Date: Thu Jan  7 09:47:05 2010
New Revision: 201727
URL: http://svn.freebsd.org/changeset/base/201727

Log:
  This now passes a make universe with WARNS=6.

Modified:
  head/usr.bin/w/Makefile

Modified: head/usr.bin/w/Makefile
==============================================================================
--- head/usr.bin/w/Makefile	Thu Jan  7 09:45:17 2010	(r201726)
+++ head/usr.bin/w/Makefile	Thu Jan  7 09:47:05 2010	(r201727)
@@ -10,8 +10,6 @@ LDADD=	-lkvm -lulog -lutil
 #BINMODE=2555
 LINKS=	${BINDIR}/w ${BINDIR}/uptime
 
-WARNS?=	1
-
 .PATH: ${.CURDIR}/../../bin/ps
 
 .include <bsd.prog.mk>



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