Author: dim
Date: Thu Mar 20 20:18:08 2014
New Revision: 263443
URL: http://svnweb.freebsd.org/changeset/base/263443

Log:
  MFC r226141 (by ed):
  
  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:
  stable/9/usr.bin/calendar/Makefile
Directory Properties:
  stable/9/usr.bin/calendar/   (props changed)

Modified: stable/9/usr.bin/calendar/Makefile
==============================================================================
--- stable/9/usr.bin/calendar/Makefile  Thu Mar 20 20:14:26 2014        
(r263442)
+++ stable/9/usr.bin/calendar/Makefile  Thu Mar 20 20:18:08 2014        
(r263443)
@@ -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
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to