diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-10-10 19:27:48 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-10-10 19:27:48 +0000 |
| commit | f8137bcf93914a510a01d9a764bf9e33c98b010a (patch) | |
| tree | 05ba5c52b78e7c280f3d145ec7c3854a6e1464fd /usr.bin/make/make.h | |
| parent | 28257b5cccce8b2e835710a878f3705e77563ce5 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/make.h')
| -rw-r--r-- | usr.bin/make/make.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h index b8e3ce8b1aae8..74949aee4d16b 100644 --- a/usr.bin/make/make.h +++ b/usr.bin/make/make.h @@ -276,6 +276,7 @@ extern Lst dirSearchPath; /* The list of directories to search when extern Lst parseIncPath; /* The list of directories to search when * looking for includes */ +extern Boolean jobsRunning; /* True if jobs are running */ extern Boolean compatMake; /* True if we are make compatible */ extern Boolean ignoreErrors; /* True if should ignore all errors */ extern Boolean beSilent; /* True if should print no commands */ |
