Fix typos in the comments about clang warnings in several

sendmail-related Makefiles.

Spotted by:	arundel
MFC after:	1 week
This commit is contained in:
Dimitry Andric 2011-12-16 17:02:25 +00:00
parent 1f8811efbc
commit 9e277ed8bf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228590
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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