job.c:1.52->1.53
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 1 Dec 2004 02:02:14 +0000 (02:02 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 1 Dec 2004 02:02:14 +0000 (02:02 +0000)
commita34ec4815cd6e8b714d70674776a905dc58428fb
tree6529700141439869b8a417dbed1cb1211d0a5ae5
parenta1913d60c1732bc36d6b8bf15aabd0f8ca72adb2
job.c:1.52->1.53
job.h:1.22->1.23
main.c:1.92->1.93
Author: harti
Log:
Remove the remote stuff from make. This actually never worked in our make
because the necessary files were not imported with the original import.
If somebody really needs it, there is still the devel/pmake port.

This is just the first step and removes just everything that is ifdef'ed out.
Otherwise the code is unchanged.

Checked by:     md5

Approved by:    no objections on arch@

config.h:1.12->1.13
job.c:1.53->1.54
job.h:1.23->1.24
Author: harti
Log:
Now with the remote job support removed there can be no remote jobs and
no jobs that need to be remigrated. Remove the flags and the associated
code.

config.h:1.13->1.14
main.c:1.93->1.94
Author: phk
Log:
Get rid of now unused maxLocal variables.

job.c:1.54->1.55
job.h:1.24->1.25
main.c:1.94->1.95
Author: phk
Log:
Get rid of more local/remote leftovers

Obtained-from: FreeBSD
Submitted-by: Max Okumoto <okumoto@ucsd.edu>
usr.bin/make/config.h
usr.bin/make/job.c
usr.bin/make/job.h
usr.bin/make/main.c