History log of /netbsd-src/usr.bin/find/Makefile (Results 1 – 15 of 15)
Revision Date Author Comments
# 03675fce 03-Aug-2023 rin <rin@NetBSD.org>

Revert CC_WNO_USE_AFTER_FREE from Makefile's (thanks uwe@)


# 91f8ac6d 03-Aug-2023 rin <rin@NetBSD.org>

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);


# c1ceae17 14-Apr-2009 lukem <lukem@NetBSD.org>

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

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

show more ...


# cb49bddd 14-Dec-2006 he <he@NetBSD.org>

Adapt find to the move of string_to_flags() and flags_to_string() to
libutil.


# 2eed134b 11-Oct-2006 apb <apb@NetBSD.org>

De-__P(), remove trailing spaces, sprinkle a few const, WARNS=4.


# cdab3a7a 26-Aug-2006 christos <christos@NetBSD.org>

More programs using efun.


# 5d4973fe 18-Sep-2002 lukem <lukem@NetBSD.org>

makefile delint. use NETBSDSRCDIR as appropriate


# adfde6fd 03-Jan-1999 lukem <lukem@NetBSD.org>

Add support for "-flags [-]flags", which matches the file flags in a
similar way that "-perm [-]mode" matches the file mode.


# 9a80b4fa 21-Feb-1998 christos <christos@NetBSD.org>

Simplify the function calling code and warnsify.


# 7b983ca6 02-Feb-1998 mrg <mrg@NetBSD.org>

merge lite2, sans getvfsbyname in functions.c (waiting on libc)


# 9142eb1e 19-Oct-1997 lukem <lukem@NetBSD.org>

disable WARNS for now


# 9d225a17 09-Jan-1997 tls <tls@NetBSD.org>

RCS ID police


# 5123f787 28-Jan-1994 cgd <cgd@NetBSD.org>

don't need -lutil


# 690cae81 31-Jul-1993 mycroft <mycroft@NetBSD.org>

Add RCS indentifiers.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources