summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/job.h
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-11-04 12:57:41 +0000
committerharti <harti@FreeBSD.org>2004-11-04 12:57:41 +0000
commitb04f4a45fcec1e985fccf372cec0d5a1fdd1498b (patch)
tree4b2d0d98195d42a81edc4e4c3fe575d97e986001 /usr.bin/make/job.h
parent86fa6da853671a04da713704288e9e383dbe9840 (diff)
downloadFreeBSD-src-b04f4a45fcec1e985fccf372cec0d5a1fdd1498b.zip
FreeBSD-src-b04f4a45fcec1e985fccf372cec0d5a1fdd1498b.tar.gz
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@
Diffstat (limited to 'usr.bin/make/job.h')
-rw-r--r--usr.bin/make/job.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h
index 3dcad23..28854cf 100644
--- a/usr.bin/make/job.h
+++ b/usr.bin/make/job.h
@@ -207,28 +207,6 @@ typedef struct Shell {
extern char *shellPath;
extern char *shellName;
-
-/*
- * If REMOTE is defined then these things need exposed, otherwise they are
- * static to job.c!
- */
-#ifdef REMOTE
-extern char *targFmt; /* Format string for banner that separates
- * output from multiple jobs. Contains a
- * single %s where the name of the node being
- * made should be put. */
-extern GNode *lastNode; /* Last node for which a banner was printed.
- * If Rmt module finds it necessary to print
- * a banner, it should set this to the node
- * for which the banner was printed */
-extern int nJobs; /* Number of jobs running (local and remote) */
-extern int nLocal; /* Number of jobs running locally */
-extern Lst jobs; /* List of active job descriptors */
-extern Lst stoppedJobs; /* List of jobs that are stopped or didn't
- * quite get started */
-extern Boolean jobFull; /* Non-zero if no more jobs should/will start*/
-#endif
-
extern int maxJobs; /* Number of jobs that may run */
OpenPOWER on IntegriCloud