NetBSD/usr.bin/make
2010-11-26 15:14:29 +00:00
..
lst.lib Fixes to includes of make_malloc.h to that it actually builds when 2009-01-24 14:43:28 +00:00
PSD.doc
unit-tests Don't missinterpret targets that start with .info 2010-05-24 21:04:49 +00:00
arch.c check for NULL before de-referencing. 2010-11-26 15:14:29 +00:00
buf.c Change 'Buffer' so that it is the actual struct, not a pointer to it. 2009-01-17 13:29:37 +00:00
buf.h __predict_false() isn't defined if we aren't netbsd, stub out. 2009-01-17 13:55:42 +00:00
compat.c Instead of keeping around the mtime of the youngest child, keep a pointer 2010-11-25 21:31:08 +00:00
cond.c Change enum values so that TOK_FALSE is 0 and TOK_TRUE is 1. 2009-11-06 19:44:06 +00:00
config.h
dir.c Don't cast 'time_t' to 'void *' and back it will lose precision. 2009-01-24 10:59:09 +00:00
dir.h Change 'ClientData' to 'void *' so that relevant parameters can 2009-01-23 21:26:30 +00:00
for.c Improve the error message that results when you have a multi-variable .for 2010-02-06 20:37:13 +00:00
hash.c Don't cast 'time_t' to 'void *' and back it will lose precision. 2009-01-24 10:59:09 +00:00
hash.h Don't cast 'time_t' to 'void *' and back it will lose precision. 2009-01-24 10:59:09 +00:00
job.c Add meta.c which implements "meta" mode for make. 2010-09-13 15:36:57 +00:00
job.h Add meta.c which implements "meta" mode for make. 2010-09-13 15:36:57 +00:00
lst.h Sprinkle some const. 2009-01-23 21:58:27 +00:00
main.c Add meta.c which implements "meta" mode for make. 2010-09-13 15:36:57 +00:00
make_malloc.c Fix sense of MAKE_NATICE test. 2009-01-24 23:19:50 +00:00
make_malloc.h Fixes to includes of make_malloc.h to that it actually builds when 2009-01-24 14:43:28 +00:00
make.1 Remove trailing spaces, add a few serial commas. 2010-09-14 11:57:03 +00:00
make.c Instead of keeping around the mtime of the youngest child, keep a pointer 2010-11-25 21:31:08 +00:00
make.h Instead of keeping around the mtime of the youngest child, keep a pointer 2010-11-25 21:31:08 +00:00
Makefile Add meta.c which implements "meta" mode for make. 2010-09-13 15:36:57 +00:00
Makefile.boot Move the bmake_malloc() functions into their own .c and .h files. 2009-01-24 11:59:39 +00:00
meta.c tools/make/buildmake.sh compiles *.c, make sure meta.c does nothing 2010-09-13 21:31:59 +00:00
meta.h Add meta.c which implements "meta" mode for make. 2010-09-13 15:36:57 +00:00
nonints.h wait[pid]() is called in several places. 2010-08-07 06:44:08 +00:00
parse.c Add meta.c which implements "meta" mode for make. 2010-09-13 15:36:57 +00:00
pathnames.h Honour the TMPDIR environment variable instead of always using /tmp 2009-04-11 09:41:18 +00:00
sprite.h Change 'ClientData' to 'void *' so that relevant parameters can 2009-01-23 21:26:30 +00:00
str.c replace c++ style comment by a c-style one 2009-02-25 21:17:21 +00:00
strlist.c Move the bmake_malloc() functions into their own .c and .h files. 2009-01-24 11:59:39 +00:00
strlist.h Allocate string vector in chunks, instead of calling realloc() 2009-01-16 21:15:34 +00:00
suff.c Sprinkle some const. 2009-01-23 21:58:27 +00:00
targ.c Instead of keeping around the mtime of the youngest child, keep a pointer 2010-11-25 21:31:08 +00:00
trace.c
trace.h
util.c We have required sigaction() for quite a while. 2010-06-03 15:40:15 +00:00
var.c Add .export-env which tells make to export a variable to the environment 2010-06-06 01:13:12 +00:00