OpenGrok
Cross Reference: Makefile
xref
: /
src
/
usr.bin
/
hexdump
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
hexdump
History log of
/src/usr.bin/hexdump/Makefile
Revision
Date
Author
Comments
1.16
03-Jun-2023
lukem
bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from
GCC_NO_warning
to
CC_WNO_warning
where warning is the full warning name as used by the compiler.
GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH
Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
1.15
13-Oct-2019
mrg
introduce some common variables for use in GCC warning disables:
GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8)
use these to turn off warnings for most GCC-8 complaints. many
of these are false positives, most of the real bugs are already
commited, or are yet to come.
we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."
1.14
14-Aug-2011
christos
branches: 1.14.42;
document non-literal format strings.
1.13
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.12
08-Oct-2006
peter
branches: 1.12.26;
WFORMAT is no more...
1.11
29-Aug-2006
christos
protect libutil with hostprog
1.10
26-Aug-2006
christos
More programs using efun.
1.9
18-May-2003
lukem
Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),
there's no need to special-case .include-ing it.
1.8
07-Mar-2003
thorpej
Make hexdump a host tool.
1.7
07-Dec-2001
bjh21
WARNS=2
1.6
11-Oct-2000
is
More format string cleanup by sommerfeld.
1.5
18-Oct-1997
mrg
branches: 1.5.4; 1.5.12;
merge lite-2.
1.4
09-Jan-1997
tls
RCS ID police
1.3
22-Dec-1994
cgd
specify man pages the new way.
1.2
31-Jul-1993
mycroft
Add RCS indentifiers.
1.1
21-Mar-1993
cgd
branches: 1.1.1;
Initial revision
1.1.1.2
06-Jun-1993
mrg
4.4BSD-Lite2
1.1.1.1
21-Mar-1993
cgd
initial import of 386bsd-0.1 sources
1.5.12.1
18-Oct-2000
tv
Pullup usr.bin string format fixes [is].
See "cvs log" for explicit revision numbers per file, from sommerfeld.
1.5.4.1
19-Oct-2000
he
Pull up revision 1.6 (requested by he):
Format string cleanup.
1.12.26.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
1.14.42.1
13-Apr-2020
martin
Mostly merge changes from HEAD upto 20200411
Indexes created Wed Nov 05 01:09:58 GMT 2025