NetBSD/usr.bin/make
sjg 57865d3c11 Add nofilemon to meta mode tests
The unit-tests for meta mode do not depend on filemon.
Adding nofilemon to .MAKE.MODE allows these to pass on
a system that would use filemon_dev but does not have
the module loaded.
2022-03-02 19:32:15 +00:00
..
PSD.doc
filemon make: remove redundant comments for multiple-inclusion guards 2021-12-15 12:08:25 +00:00
unit-tests Add nofilemon to meta mode tests 2022-03-02 19:32:15 +00:00
.cvsignore
Makefile make: generate coverage summary on 'make test-coverage' 2022-01-26 23:00:55 +00:00
Makefile.boot make: remove enum.o from Makefile.boot 2021-12-12 11:02:23 +00:00
arch.c make: merge duplicate code for expanding variable expressions 2022-01-15 18:34:41 +00:00
buf.c make: inline Buf_Clear 2022-01-08 17:25:19 +00:00
buf.h make: inline Buf_Clear 2022-01-08 17:25:19 +00:00
compat.c make: add missing newline after "cannot continue" message 2022-01-22 18:59:23 +00:00
cond.c make: simplify control flow in CondParser_Comparison 2022-02-11 21:18:09 +00:00
config.h
dir.c make: use unsigned int for line numbers everywhere 2022-02-04 23:22:19 +00:00
dir.h make: remove redundant comments for multiple-inclusion guards 2021-12-15 12:08:25 +00:00
for.c make: use unsigned int for line numbers everywhere 2022-02-04 23:22:19 +00:00
hash.c make: fix mistakes, spelling and typos in comments and manual page 2022-02-09 21:09:24 +00:00
hash.h make: remove redundant declaration of HashIter_Init 2022-01-31 22:58:26 +00:00
job.c make: fix echoing of command with '-' in silent target in jobs mode 2022-02-12 11:14:48 +00:00
job.h make: format comments according to /usr/share/misc/style 2021-12-15 12:58:01 +00:00
lst.c make: fix memory leak in Lst_Remove (since 2020-10-23) 2022-02-26 11:57:21 +00:00
lst.h make: use consistent indentation for statements and continuations 2021-12-15 12:24:13 +00:00
main.c make: prefix the warning about read-only .OBJDIR with a colon 2022-02-09 20:52:06 +00:00
make.1 make: fix mistakes, spelling and typos in comments and manual page 2022-02-09 21:09:24 +00:00
make.c make: use consistent variable names for varargs 2022-01-09 15:48:30 +00:00
make.h make: improve C90 support 2022-02-05 00:26:21 +00:00
make_malloc.c make: rename local variable in bmake_malloc 2022-01-07 08:30:04 +00:00
make_malloc.h make: remove bmake_free 2021-12-15 11:01:39 +00:00
meta.c make: remove redundant conditions 2022-02-09 21:28:57 +00:00
meta.h make: mark several functions whose result must be used 2021-12-15 09:53:41 +00:00
metachar.c make: replace macro is_shell_metachar with inline function 2021-06-21 18:54:41 +00:00
metachar.h make: rename is_shell_metachar, fix character conversion warning 2022-01-08 11:04:13 +00:00
parse.c make: remove redundant conditions 2022-02-09 21:28:57 +00:00
pathnames.h
str.c make: in CLEANUP mode, free interned strings at the very end 2021-12-15 10:57:01 +00:00
str.h make: in CLEANUP mode, free interned strings at the very end 2021-12-15 10:57:01 +00:00
suff.c make: remove redundant function parameter in suffix handling 2022-01-07 20:54:45 +00:00
targ.c make: merge duplicate variables for the main target 2022-01-07 20:50:35 +00:00
test-variants.mk tests/make: migrate test-variants.sh from shell to make 2022-02-05 00:20:48 +00:00
trace.c make: improve C90 support 2022-02-05 00:26:21 +00:00
trace.h make(1): remove do-not-format markers from comments 2021-01-19 20:51:46 +00:00
util.c make: format comments according to /usr/share/misc/style 2021-12-15 12:58:01 +00:00
var.c make: remove comment about environment variable with empty name 2022-02-11 21:44:10 +00:00