summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/make.h
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-10-10 19:27:48 +0000
committerjmallett <jmallett@FreeBSD.org>2002-10-10 19:27:48 +0000
commitacfa6aea135011cdc307e38e279cfa4b260e229f (patch)
tree05ba5c52b78e7c280f3d145ec7c3854a6e1464fd /usr.bin/make/make.h
parent2b2535713347257ba0a8dbb13611e6c1c2907ac4 (diff)
downloadFreeBSD-src-acfa6aea135011cdc307e38e279cfa4b260e229f.zip
FreeBSD-src-acfa6aea135011cdc307e38e279cfa4b260e229f.tar.gz
Move utilitarian routines to util.c, which isn't the same as the old
compatability-geared util.c. These are things like message printers and the PrintAddr function for traversing lists. Other general-purpose utilities inside make(1) can go here, in time.
Diffstat (limited to 'usr.bin/make/make.h')
-rw-r--r--usr.bin/make/make.h1
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 */
OpenPOWER on IntegriCloud