NetBSD/usr.bin/make
dsl c9b3912b1e Remove most of the code seemed to be there to support 'remote jobs'.
It isn't clear that it ever worked, if it did it has almost certainly
bitrotted in the last 12 years.  I'm not even sure all the required
components were present.
I suspect it was written to attempt to use a 'farm' of diskless sun3s.
In any case the apparant random assignment fo jobs to other systems doesn't
actually seem like a good idea!
Things like 'distcc' han be used to help slow systems run native builds.
Removing this code also simplifies make, and should let me speed up some of
its processing - without worrying about bitrotting it further.
2006-03-11 17:18:00 +00:00
..
PSD.doc
lst.lib Add typedefs for DuplicateProc and FreeProc from Max Okumoto. 2005-08-09 21:36:42 +00:00
unit-tests Make ".WAIT" apply recursively to all children of nodes on the right 2006-02-26 22:45:46 +00:00
Makefile
Makefile.boot
arch.c From Max Okumoto: 2005-08-08 16:42:54 +00:00
buf.c From Max Okumoto: 2005-08-08 16:42:54 +00:00
buf.h
compat.c From Max Okumoto: 2005-08-08 16:42:54 +00:00
cond.c From Max Okumoto: 2005-08-08 16:42:54 +00:00
config.h
dir.c From Max Okumoto: 2005-08-08 16:42:54 +00:00
dir.h
for.c Add typedefs for DuplicateProc and FreeProc from Max Okumoto. 2005-08-09 21:36:42 +00:00
hash.c remove unnecessary casts to void * functions (Max Okumoto) 2005-08-04 00:20:12 +00:00
hash.h
job.c Remove most of the code seemed to be there to support 'remote jobs'. 2006-03-11 17:18:00 +00:00
job.h Remove most of the code seemed to be there to support 'remote jobs'. 2006-03-11 17:18:00 +00:00
lst.h Add typedefs for DuplicateProc and FreeProc from Max Okumoto. 2005-08-09 21:36:42 +00:00
main.c Remove most of the code seemed to be there to support 'remote jobs'. 2006-03-11 17:18:00 +00:00
make.1 Markup fixes. 2006-03-11 12:02:20 +00:00
make.c Add some more debug prints. 2006-02-11 20:59:49 +00:00
make.h PR/33049: OKANO Takayoshi: Fix the spelling of NetBSD RCS tags. 2006-03-10 15:53:55 +00:00
nonints.h Debug trace all the targets we are actually intending making. 2006-02-11 18:37:36 +00:00
parse.c Make ".WAIT" apply recursively to all children of nodes on the right 2006-02-26 22:45:46 +00:00
pathnames.h revert previous for now 2005-06-24 04:33:25 +00:00
sprite.h More KNF cleanups from Max Okumoto 2005-08-05 00:53:18 +00:00
str.c From Max Okumoto: 2005-08-08 16:42:54 +00:00
suff.c Don't (try to) use files marked .OPTIONAL as implicit sources. 2006-01-08 12:59:52 +00:00
targ.c Make ".WAIT" apply recursively to all children of nodes on the right 2006-02-26 22:45:46 +00:00
trace.c Expunge last references to jobTokensFree 2006-01-04 21:35:44 +00:00
trace.h Fix enum for better portability 2006-02-18 01:28:48 +00:00
util.c From Max Okumoto: 2005-08-08 16:42:54 +00:00
var.c Update man page and add test case for specifying modifiers via variable. 2006-02-26 21:43:00 +00:00