diff options
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 b8e3ce8..74949ae 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 */ |