NetBSD/usr.bin/make
sjg ccfdc94797 Propagate errors from filemon.
If we encounter errors producing a .meta file,
we should not consider the target completed successfully.
2016-05-12 20:28:34 +00:00
..
lst.lib Revert all make changes except the unit tests to the state of three 2014-09-07 20:55:34 +00:00
PSD.doc Define some of the missing macros. The only error now is: 2014-09-30 21:33:14 +00:00
unit-tests For :ts numeric escapes \x* is hex, anything else is octal. 2016-03-07 20:20:35 +00:00
arch.c Fully avoid the nonstandard types u_char, u_int, and u_long, which 2016-04-06 09:57:00 +00:00
buf.c
buf.h
compat.c Propagate errors from filemon. 2016-05-12 20:28:34 +00:00
cond.c Collapse the 3 boolean parameter to 1 flags parameter. No functional change. 2016-02-18 18:29:14 +00:00
config.h
dir.c
dir.h
for.c Collapse the 3 boolean parameter to 1 flags parameter. No functional change. 2016-02-18 18:29:14 +00:00
hash.c
hash.h
job.c Propagate errors from filemon. 2016-05-12 20:28:34 +00:00
job.h
lst.h Revert all make changes except the unit tests to the state of three 2014-09-07 20:55:34 +00:00
main.c Skip looking for .MAKE.JOBS if either of compatMake or forceJob is true. 2016-04-05 04:25:43 +00:00
make_malloc.c
make_malloc.h
make.1 Allow for ignoring paths that match a set of patterns. 2016-05-10 23:45:45 +00:00
make.c Collapse the 3 boolean parameter to 1 flags parameter. No functional change. 2016-02-18 18:29:14 +00:00
make.h Collapse the 3 boolean parameter to 1 flags parameter. No functional change. 2016-02-18 18:29:14 +00:00
Makefile Adapt to changed Var_Subst() 2016-02-18 20:33:40 +00:00
Makefile.boot
meta.c Propagate errors from filemon. 2016-05-12 20:28:34 +00:00
meta.h Propagate errors from filemon. 2016-05-12 20:28:34 +00:00
metachar.c Adjust metachar handling to previous behaviour: 2015-06-19 08:03:35 +00:00
metachar.h remove <sys/cdefs.h> for portability reasons 2015-06-21 20:26:02 +00:00
nonints.h Add .export-literal to avoid the need for $$ dance when trying to put 2016-02-18 20:25:08 +00:00
parse.c Fully avoid the nonstandard types u_char, u_int, and u_long, which 2016-04-06 09:57:00 +00:00
pathnames.h
sprite.h
str.c Fully avoid the nonstandard types u_char, u_int, and u_long, which 2016-04-06 09:57:00 +00:00
strlist.c
strlist.h
suff.c Another small change to make archive member rules work. With this change 2016-03-15 18:30:14 +00:00
targ.c remove free NULL checks (Tilman Sauerbeck) 2016-01-17 17:45:21 +00:00
trace.c
trace.h
util.c
var.c $% is $(.MEMBER) and not $(.ARCHIVE), $! is $(.ARCHIVE) and not $(.MEMBER) 2016-03-11 15:12:39 +00:00