svn commit: r263443 - stable/9/usr.bin/calendar
Dimitry Andric
dim at FreeBSD.org
Thu Mar 20 20:18:09 UTC 2014
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
More information about the svn-src-stable-9
mailing list