svn commit: r228708 - head/usr.bin/vacation
Dimitry Andric
dim at FreeBSD.org
Mon Dec 19 13:38:30 UTC 2011
Author: dim
Date: Mon Dec 19 13:38:28 2011
New Revision: 228708
URL: http://svn.freebsd.org/changeset/base/228708
Log:
In usr.bin/vacation/Makefile, fix a typo in the comment about clang
warnings.
Spotted by: arundel
MFC after: 1 week
Modified:
head/usr.bin/vacation/Makefile
Modified: head/usr.bin/vacation/Makefile
==============================================================================
--- head/usr.bin/vacation/Makefile Mon Dec 19 13:35:44 2011 (r228707)
+++ head/usr.bin/vacation/Makefile Mon Dec 19 13:38:28 2011 (r228708)
@@ -14,7 +14,7 @@ WARNS?= 2
.if ${CC:T:Mclang} == "clang"
# Unfortunately, clang gives warnings about sendmail code that cannot
# be turned off yet. Since this is contrib code, and we don't really
-# care about the warnings, just turn make them non-fatal for now.
+# care about the warnings, just make them non-fatal for now.
NO_WERROR=
.endif
More information about the svn-src-all
mailing list