NetBSD/usr.bin/make
sjg a899a18fa4 make: fix -fno-common build
debug was declared extern, but debug_file was not; correct this and define
debug_file in main.c (as debug is) to fix the -fno-common build.

-fno-common will become the default with GCC10/LLVM11.

Patch from kevans at freebsd
2020-03-30 02:41:06 +00:00
..
filemon Rename guard to avoid that already used by Linux filemon.h 2020-01-22 22:10:36 +00:00
lst.lib
PSD.doc
unit-tests usr.bin/make: document probabilities for random test failures 2020-01-07 22:42:14 +00:00
arch.c use memcpy() for strings that are not C strings. 2019-10-05 23:35:57 +00:00
buf.c
buf.h
compat.c Reimplement make(1) meta mode without filemon(4). 2020-01-19 19:42:32 +00:00
cond.c
config.h
dir.c
dir.h
for.c
hash.c
hash.h
job.c Fix meta_compat mode. 2020-02-06 01:13:19 +00:00
job.h
lst.h
main.c make: fix -fno-common build 2020-03-30 02:41:06 +00:00
make_malloc.c
make_malloc.h
make.1 Remove trailing whitespace. 2020-02-04 16:28:29 +00:00
make.c
make.h make: fix -fno-common build 2020-03-30 02:41:06 +00:00
Makefile Fix meta_compat mode. 2020-02-06 01:13:19 +00:00
Makefile.boot
meta.c Check for meta file corruption earlier and more often. 2020-03-18 23:53:02 +00:00
meta.h Reimplement make(1) meta mode without filemon(4). 2020-01-19 19:42:32 +00:00
metachar.c
metachar.h
nonints.h
parse.c
pathnames.h
sprite.h
str.c Fix out-of-bounds read in Str_Match. 2019-12-01 23:53:49 +00:00
strlist.c
strlist.h
suff.c
targ.c
trace.c
trace.h
util.c usr.bin/make: remove dead code 2020-01-07 21:24:16 +00:00
var.c