svn commit: r228590 - in head: lib/libsm libexec/mail.local
libexec/smrsh
Dimitry Andric
dim at FreeBSD.org
Fri Dec 16 17:02:26 UTC 2011
Author: dim
Date: Fri Dec 16 17:02:25 2011
New Revision: 228590
URL: http://svn.freebsd.org/changeset/base/228590
Log:
Fix typos in the comments about clang warnings in several
sendmail-related Makefiles.
Spotted by: arundel
MFC after: 1 week
Modified:
head/lib/libsm/Makefile
head/libexec/mail.local/Makefile
head/libexec/smrsh/Makefile
Modified: head/lib/libsm/Makefile
==============================================================================
--- head/lib/libsm/Makefile Fri Dec 16 16:53:54 2011 (r228589)
+++ head/lib/libsm/Makefile Fri Dec 16 17:02:25 2011 (r228590)
@@ -19,9 +19,9 @@ CFLAGS+=${SENDMAIL_CFLAGS}
WARNS?= 2
.if ${CC:T:Mclang} == "clang"
-# Unfortunately, clang gives a warning about sendmail code that cannot
+# 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
Modified: head/libexec/mail.local/Makefile
==============================================================================
--- head/libexec/mail.local/Makefile Fri Dec 16 16:53:54 2011 (r228589)
+++ head/libexec/mail.local/Makefile Fri Dec 16 17:02:25 2011 (r228590)
@@ -15,7 +15,7 @@ WFORMAT=0
.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
Modified: head/libexec/smrsh/Makefile
==============================================================================
--- head/libexec/smrsh/Makefile Fri Dec 16 16:53:54 2011 (r228589)
+++ head/libexec/smrsh/Makefile Fri Dec 16 17:02:25 2011 (r228590)
@@ -20,7 +20,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