From 4d7662ab3427cac6e827d0ee7c8bfe34839f4d5d Mon Sep 17 00:00:00 2001 From: dg Date: Sat, 14 Nov 1998 16:15:04 +0000 Subject: Added a -v (verbose) option and hid multi-job file banner generation behind it. --- usr.bin/make/make.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.bin/make/make.1') diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 9a15daa..7853b14 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 -.\" $Id: make.1,v 1.12 1998/05/25 03:28:37 steve Exp $ +.\" $Id: make.1,v 1.13 1998/10/18 00:51:46 obrien Exp $ .\" .Dd March 19, 1994 .Dt MAKE 1 @@ -173,6 +173,8 @@ before each command line in the makefile. .It Fl t Rather than re-building a target as specified in the makefile, create it or update its modification time to make it appear up-to-date. +.It Fl v +Be extra verbose. For multi-job makes, this will cause file banners to be generated. .It Fl V Ar variable Print .Nm make Ns 's -- cgit v1.1