diff options
| author | Will Andrews <will@FreeBSD.org> | 2000-05-14 23:03:45 +0000 |
|---|---|---|
| committer | Will Andrews <will@FreeBSD.org> | 2000-05-14 23:03:45 +0000 |
| commit | f4180808d2de50a2381b73370829f50f3706ba79 (patch) | |
| tree | 4dab7d16eb6516044dbe27cc47a25f56c19f9a21 /usr.bin/make/make.1 | |
| parent | ea9b438956f0de6b85357f2b71fd134c9928a971 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/make.1')
| -rw-r--r-- | usr.bin/make/make.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 515ceca21afb..fea9a27f6930 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -118,6 +118,9 @@ Print the input graph after making everything, or before exiting on error. .It Ar j Print debugging information about running multiple shells. +.It Ar l +Print commands in Makefiles regardless of whether or not they are prefixed +by @ or other "quiet" flags. Also known as "loud" behavior. .It Ar m Print debugging information about making targets, including modification dates. |
