diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-11-15 05:51:55 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-11-15 05:51:55 +0000 |
| commit | 3873e6c2a7aa69ec31afaa0154f589ad5eb30102 (patch) | |
| tree | 13649a0e38854728bb484b376993e37e894fa4e7 /usr.bin/make | |
| parent | 216a4d993b7ae92f7fa3ea67fec755646d6089f9 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/make.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 7853b14deb9b..c85ca51e369d 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.13 1998/10/18 00:51:46 obrien Exp $ +.\" $Id: make.1,v 1.14 1998/11/14 16:15:04 dg Exp $ .\" .Dd March 19, 1994 .Dt MAKE 1 @@ -40,7 +40,7 @@ .Nd maintain program dependencies .Sh SYNOPSIS .Nm make -.Op Fl Beiknqrst +.Op Fl Beiknqrstv .Op Fl D Ar variable .Op Fl d Ar flags .Op Fl f Ar makefile @@ -173,8 +173,6 @@ 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 @@ -185,6 +183,9 @@ Do not build any targets. Multiple instances of this option may be specified; the variables will be printed one per line, with a blank line for each null or undefined variable. +.It Fl v +Be extra verbose. +For multi-job makes, this will cause file banners to be generated. .It Ar variable=value Set the value of the variable .Ar variable |
