OpenGrok
Cross Reference: Makefile
xref
: /
src
/
usr.bin
/
error
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
error
History log of
/src/usr.bin/error/Makefile
Revision
Date
Author
Comments
1.12
10-May-2024
rillig
error: disable lint's strict bool mode when building with Clang
The Clang preprocessor does not mark sections from system headers.
Lint's strict bool mode relies on these markers to allow the functions
from <ctype.h> to be used as 'bool', even though their declared return
type is 'int'. Without these markers, lint complains that the "right
operand of '&&' must be bool, not 'int'". Until this is fixed in lint,
disable strict bool mode.
1.11
26-Aug-2023
rillig
error: enable lint's strict bool mode
This cleans up the inconsistencies between 'int', 'boolean' and 'bool'.
1.10
26-Aug-2023
rillig
error: fix lint warnings
1.9
13-Aug-2009
dholland
Pass WARNS=4, not without some gross preprocessor hackery.
XXX: does this program actually do anything useful these days?
1.8
13-Aug-2009
dholland
pass -Wshadow
1.7
14-Apr-2009
lukem
Enable WARNS=4 by default for usr.bin, except for:
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh
string2key telnet tn3270 verify_krb5_conf xlint
1.6
05-Oct-2007
lukem
branches: 1.6.14;
Convert to raise_default_signal(3).
1.5
08-Oct-2006
peter
branches: 1.5.8;
WFORMAT is no more...
1.4
11-Oct-2000
is
More format string cleanup by sommerfeld.
1.3
02-Sep-1995
jtc
branches: 1.3.8; 1.3.16;
Sync with 4.4lite2
1.2
31-Jul-1993
mycroft
Add RCS indentifiers.
1.1
09-Apr-1993
cgd
branches: 1.1.1;
added, from net/2 (patch 119).
1.1.1.1
02-Sep-1995
jtc
imported from 44lite2
1.3.16.1
18-Oct-2000
tv
Pullup usr.bin string format fixes [is].
See "cvs log" for explicit revision numbers per file, from sommerfeld.
1.3.8.1
19-Oct-2000
he
Pull up revision 1.4 (requested by he):
Format string cleanup.
1.5.8.1
06-Nov-2007
matt
sync with HEAD
1.6.14.1
13-May-2009
jym
Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
Indexes created Wed Oct 22 13:09:56 GMT 2025