git: bsd.sys.mk: Implement WARNS_AUDIT option.
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Sun Jan 28 11:31:04 PST 2018
commit c3c55883c35bc4a6ebdf01eab8725c83884536c9
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Sun Jan 28 21:00:37 2018 +0200
bsd.sys.mk: Implement WARNS_AUDIT option.
The buildworld is expected not to pass this mode, so make(1) should
be invoked with '-k'. Strictly just as convenience for developers.
This is similar to FORMAT_AUDIT, for extra diagnostics by compiler at a
given WARNS level. The -Wall and -Wextra are getting bit too crowded.
While there, document FORMAT_AUDIT too.
In-discussion-with: swildner
Summary of changes:
share/man/man5/make.conf.5 | 14 +++++++++++++-
share/mk/bsd.sys.mk | 31 +++++++++++++++++++++----------
2 files changed, 34 insertions(+), 11 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c3c55883c35bc4a6ebdf01eab8725c83884536c9
--
DragonFly BSD source repository
More information about the Commits
mailing list