NetBSD/usr.bin/make
lukem c4b7a9e794 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.
2023-06-03 09:09:01 +00:00
..
PSD.doc
filemon Fix some unused warnings 2022-03-04 23:17:16 +00:00
unit-tests tests/make: force line-based diagnostics to be listed in the tests 2023-06-01 20:56:35 +00:00
.cvsignore
Makefile bsd.own.mk: rename GCC_NO_* to CC_WNO_* 2023-06-03 09:09:01 +00:00
Makefile.boot make: document the available preprocessor definitions for Makefile.boot 2022-04-15 13:44:57 +00:00
arch.c make: reduce complexity of evaluating expressions 2023-02-14 21:08:00 +00:00
buf.c make: shorten function names, clean up comments 2023-06-01 07:44:10 +00:00
buf.h make: shorten function names, clean up comments 2023-06-01 07:44:10 +00:00
compat.c Compat_RunCommand mark bp volatile 2023-05-04 22:31:17 +00:00
cond.c make: shorten function names, clean up comments 2023-06-01 07:44:10 +00:00
config.h
dir.c make: .SYSPATH: to add dirs to sysIncPath 2023-01-24 00:24:02 +00:00
dir.h make: .SYSPATH: to add dirs to sysIncPath 2023-01-24 00:24:02 +00:00
for.c make: add more details to debug logging of .for loops 2023-06-01 09:02:14 +00:00
hash.c
hash.h
job.c make: inline macros for variable names 2023-02-15 06:52:58 +00:00
job.h
lst.c make: fix memory leak in Lst_Remove (since 2020-10-23) 2022-02-26 11:57:21 +00:00
lst.h make: improve comments and a parameter name 2022-03-03 19:55:27 +00:00
main.c make: declare all common symbols in headers, unexport others 2023-03-28 14:39:31 +00:00
make.1 Make :mtime operate on each word in variable value. 2023-05-10 18:22:33 +00:00
make.c make: clean up calls to Var_Subst 2023-02-14 21:38:31 +00:00
make.h make: shorten function names, clean up comments 2023-06-01 07:44:10 +00:00
make_malloc.c
make_malloc.h
meta.c make: declare all common symbols in headers, unexport others 2023-03-28 14:39:31 +00:00
meta.h
metachar.c
metachar.h
parse.c make: error out on a .break directive with arguments 2023-06-01 06:25:34 +00:00
pathnames.h
str.c make: clean up comments 2022-12-07 10:28:48 +00:00
str.h make: inline LazyBuf_AddBytesBetween 2022-12-05 23:41:24 +00:00
suff.c make: clean up calls to Var_Subst 2023-02-14 21:38:31 +00:00
targ.c make: clean up comments 2022-12-06 00:12:44 +00:00
test-variants.mk tests/make: add tests for whitespace in leading '@+-' 2023-01-19 19:55:27 +00:00
trace.c make: declare all common symbols in headers, unexport others 2023-03-28 14:39:31 +00:00
trace.h
util.c
var.c make: shorten function names, clean up comments 2023-06-01 07:44:10 +00:00