OpenGrok
Cross Reference: Makefile
xref
: /
src
/
usr.bin
/
find
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
find
History log of
/src/usr.bin/find/Makefile
Revision
Date
Author
Comments
1.15
03-Aug-2023
rin
Revert CC_WNO_USE_AFTER_FREE from Makefile's (thanks uwe@)
1.14
03-Aug-2023
rin
Sprinkle CC_WNO_USE_AFTER_FREE for GCC 12
All of them are blamed for idiom equivalent to:
newbuf = realloc(buf, size);
p = newbuf + (p - buf);
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
14-Dec-2006
he
branches: 1.12.20;
Adapt find to the move of string_to_flags() and flags_to_string() to
libutil.
1.11
11-Oct-2006
apb
De-__P(), remove trailing spaces, sprinkle a few const, WARNS=4.
1.10
26-Aug-2006
christos
More programs using efun.
1.9
18-Sep-2002
lukem
makefile delint. use NETBSDSRCDIR as appropriate
1.8
03-Jan-1999
lukem
Add support for "-flags [-]flags", which matches the file flags in a
similar way that "-perm [-]mode" matches the file mode.
1.7
21-Feb-1998
christos
Simplify the function calling code and warnsify.
1.6
02-Feb-1998
mrg
merge lite2, sans getvfsbyname in functions.c (waiting on libc)
1.5
19-Oct-1997
lukem
disable WARNS for now
1.4
09-Jan-1997
tls
RCS ID police
1.3
28-Jan-1994
cgd
don't need -lutil
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
01-Sep-1995
jtc
imported from 44lite2
1.1.1.1
21-Mar-1993
cgd
initial import of 386bsd-0.1 sources
1.12.20.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 Thu Oct 23 22:10:10 GMT 2025