summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/job.h
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-05-24 15:30:03 +0000
committerharti <harti@FreeBSD.org>2005-05-24 15:30:03 +0000
commita5cd5bc554f6b026dded052ccf6bc9f633b3b6de (patch)
treeb30a386f376d5959c81fae3a88c99830a548613e /usr.bin/make/job.h
parentb6ff4ff920cf5798accf03ca1ac826688d01b4f0 (diff)
downloadFreeBSD-src-a5cd5bc554f6b026dded052ccf6bc9f633b3b6de.zip
FreeBSD-src-a5cd5bc554f6b026dded052ccf6bc9f633b3b6de.tar.gz
Factor out all the .SHELL parsing related stuff into its own file and
rename the function to be consistent with the naming scheme in the rest of make. No functional changes. Obtained from: DragonFlyBSD (idea and most of shell.h)
Diffstat (limited to 'usr.bin/make/job.h')
-rw-r--r--usr.bin/make/job.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h
index d479211..1ef4b66 100644
--- a/usr.bin/make/job.h
+++ b/usr.bin/make/job.h
@@ -64,15 +64,12 @@ void Job_Make(struct GNode *);
void Job_Init(int);
Boolean Job_Full(void);
Boolean Job_Empty(void);
-Boolean Job_ParseShell(const char []);
int Job_Finish(void);
void Job_Wait(void);
void Job_AbortAll(void);
void Proc_Init(void);
-void Shell_Init(void);
-
struct Buffer *Cmd_Exec(const char *, const char **);
void Compat_Run(struct Lst *);
OpenPOWER on IntegriCloud