summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/make.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1998-11-14 16:15:04 +0000
committerdg <dg@FreeBSD.org>1998-11-14 16:15:04 +0000
commit4d7662ab3427cac6e827d0ee7c8bfe34839f4d5d (patch)
treeb77decdf8e3d96f658f3c7a4d5d89fe2a626a8c4 /usr.bin/make/make.h
parent844a9ac5aeae90736cb07abc8656ba014173e74a (diff)
downloadFreeBSD-src-4d7662ab3427cac6e827d0ee7c8bfe34839f4d5d.zip
FreeBSD-src-4d7662ab3427cac6e827d0ee7c8bfe34839f4d5d.tar.gz
Added a -v (verbose) option and hid multi-job file banner generation
behind it.
Diffstat (limited to 'usr.bin/make/make.h')
-rw-r--r--usr.bin/make/make.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h
index 91e2d3a..52d01db 100644
--- a/usr.bin/make/make.h
+++ b/usr.bin/make/make.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)make.h 8.3 (Berkeley) 6/13/95
- * $Id$
+ * $Id: make.h,v 1.7 1997/02/22 19:27:16 peter Exp $
*/
/*-
@@ -294,6 +294,7 @@ extern Lst dirSearchPath; /* The list of directories to search when
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 */
+extern Boolean beVerbose; /* True if should print extra cruft */
extern Boolean noExecute; /* True if should execute nothing */
extern Boolean allPrecious; /* True if every target is precious */
extern Boolean keepgoing; /* True if should continue on unaffected
OpenPOWER on IntegriCloud