svn commit: r226141 - head/usr.bin/calendar

Ed Schouten ed at FreeBSD.org
Sat Oct 8 07:20:12 UTC 2011


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


More information about the svn-src-all mailing list