Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Oct 2011 07:20:12 +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: r226141 - head/usr.bin/calendar
Message-ID:  <201110080720.p987KCEE047961@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed
Date: Sat Oct  8 07:20:12 2011
New Revision: 226141
URL: http://svn.freebsd.org/changeset/base/226141

Log:
  Remove extraneous WARNS=7.
  
  WARNS above 6 has no use. Also, all of usr.bin is also built with
  WARNS=6 by default.
  
  Discussed with:	edwin

Modified:
  head/usr.bin/calendar/Makefile

Modified: head/usr.bin/calendar/Makefile
==============================================================================
--- head/usr.bin/calendar/Makefile	Sat Oct  8 05:50:39 2011	(r226140)
+++ head/usr.bin/calendar/Makefile	Sat Oct  8 07:20:12 2011	(r226141)
@@ -12,8 +12,6 @@ DE_LINKS=       de_DE.ISO8859-15
 FR_LINKS=       fr_FR.ISO8859-15
 TEXTMODE?=	444
 
-WARNS?=		7
-
 beforeinstall:
 	${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${TEXTMODE} \
 	    ${.CURDIR}/calendars/calendar.* ${DESTDIR}${SHAREDIR}/calendar



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