Date: Fri, 16 Dec 2011 17:02:26 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r228590 - in head: lib/libsm libexec/mail.local libexec/smrsh Message-ID: <201112161702.pBGH2QRB018739@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112161702.pBGH2QRB018739>