NetBSD/usr.bin/make
christos 9612529ef4 Revert bogus patch that attempted to canonicalize a non absolute argv[0] using
realpath(3). Consider: touch Makefile; mkdir make; make. This will set $MAKE
to $PWD/make so further attempts to use ${MAKE} will try to execute the
directory. This needs $ORIGIN to be fixed properly, or alternatively one
can duplicate the logic for execvp(3) and search the path for the make
executable. Not worth it. It was working just fine before!
2010-05-05 14:10:39 +00:00
..
PSD.doc
lst.lib Fixes to includes of make_malloc.h to that it actually builds when 2009-01-24 14:43:28 +00:00
unit-tests PR: 42850 2010-04-23 15:43:28 +00:00
Makefile PR: 42850 2010-04-22 19:15:23 +00:00
Makefile.boot Move the bmake_malloc() functions into their own .c and .h files. 2009-01-24 11:59:39 +00:00
arch.c Sprinkle some const. 2009-01-23 21:58:27 +00:00
buf.c
buf.h
compat.c On darwin at least, vfork() fails in child of vfork(). 2010-04-23 00:18:50 +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
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 On darwin at least, vfork() fails in child of vfork(). 2010-04-23 00:18:50 +00:00
job.h Honour the TMPDIR environment variable instead of always using /tmp 2009-04-11 09:41:18 +00:00
lst.h Sprinkle some const. 2009-01-23 21:58:27 +00:00
main.c Revert bogus patch that attempted to canonicalize a non absolute argv[0] using 2010-05-05 14:10:39 +00:00
make.1 PR: 42850 2010-04-22 19:15:23 +00:00
make.c Add: 2010-04-07 00:11:27 +00:00
make.h On darwin at least, vfork() fails in child of vfork(). 2010-04-23 00:18:50 +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
nonints.h Add: 2010-04-07 00:11:27 +00:00
parse.c fflush stdout, before writing to stderr. 2010-04-29 23:12:21 +00:00
pathnames.h Honour the TMPDIR environment variable instead of always using /tmp 2009-04-11 09:41:18 +00:00
sprite.h
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
suff.c Sprinkle some const. 2009-01-23 21:58:27 +00:00
targ.c
trace.c
trace.h
util.c gcc defines __svr4__ 2010-05-05 07:05:33 +00:00
var.c If we do .export (all) and have any variables that involve :sh 2010-04-21 04:25:27 +00:00