NetBSD/usr.bin/make
pooka bc0dc0b26e Add more compat defs for code compiled for !NetBSD targets.
At least GNU Hurd lacks MAXHOSTNAMELEN/MAXPATHLEN/PATH_MAX, so make sure
those have some arbitrary semi-sane values.

from Robert Millan in PR misc/50166, with some modifications from myself
2015-09-21 21:50:16 +00:00
..
PSD.doc Define some of the missing macros. The only error now is: 2014-09-30 21:33:14 +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
unit-tests When evaluating condtionals from .if we want to require 2015-05-05 21:51:09 +00:00
Makefile Centralize the "is a meta char" test, instead of using two different arrays. 2015-06-17 17:43:23 +00:00
Makefile.boot Rename NetBSD/hp700 to NetBSD/hppa. 2014-02-24 07:23:38 +00:00
arch.c Replace __dead, __unused and the various printf format attributes 2012-06-12 19:21:50 +00:00
buf.c Var* are generally very liberal with memory, with the expectation 2012-04-24 20:26:58 +00:00
buf.h Var* are generally very liberal with memory, with the expectation 2012-04-24 20:26:58 +00:00
compat.c make needshell customizable, so that xinstall can use it. 2015-06-19 14:32:04 +00:00
cond.c When evaluating condtionals from .if we want to require 2015-05-05 21:51:09 +00:00
config.h Add a gmake inspired export command 2012-03-31 00:12:24 +00:00
dir.c Add a .STALE special target that gets invoked when dependency files contain 2013-03-05 22:01:43 +00:00
dir.h Remove recheck hackery that caused extra stats, and explicitly ask for 2012-04-07 18:29:08 +00:00
for.c Handle "quoted strings" as items in a .for list 2012-06-03 04:29:40 +00:00
hash.c Don't SEGV when Hash_Table is uninitialized 2013-11-14 00:27:05 +00:00
hash.h
job.c Explain what max is and handle i reaching it again. 2015-04-16 13:31:03 +00:00
job.h If commandShell hasErrCtl is true, set shellErrFlag for use by 2013-07-05 22:14:56 +00:00
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 Output Entering/Leaving messages for objdir when != srcdir and -w flag 2015-09-10 17:15:11 +00:00
make.1 Drop trailing whitespace. 2015-06-05 07:33:40 +00:00
make.c src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
make.h Add more compat defs for code compiled for !NetBSD targets. 2015-09-21 21:50:16 +00:00
make_malloc.c Do not include make_malloc.h or declare progname, 2012-06-20 17:46:28 +00:00
make_malloc.h
meta.c Use separate vars to track cwd and last dir a process read. 2015-04-11 05:24:30 +00:00
meta.h If built with filemon support, set .MAKE.PATH_FILEMON to _PATH_FILEMON 2013-03-23 05:31:29 +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 When evaluating condtionals from .if we want to require 2015-05-05 21:51:09 +00:00
parse.c Comments, and one very minor tidyup. 2014-09-18 08:06:13 +00:00
pathnames.h
sprite.h
str.c Reduce the calls to realloc from brk_string by basing initial argmax guess 2014-02-12 01:35:56 +00:00
strlist.c
strlist.h
suff.c Revert all make changes except the unit tests to the state of three 2014-09-07 20:55:34 +00:00
targ.c Fix warning about uninitialized variable 2015-05-25 09:01:06 +00:00
trace.c
trace.h
util.c Include signal.h early for MiNT and Linux. From pkgsrc. 2013-11-26 13:44:41 +00:00
var.c use isspace() 2015-06-19 14:25:16 +00:00