diff options
| author | Will Andrews <will@FreeBSD.org> | 2000-05-20 20:18:49 +0000 |
|---|---|---|
| committer | Will Andrews <will@FreeBSD.org> | 2000-05-20 20:18:49 +0000 |
| commit | 4c3d2121b13ab138ee9d6454600c5ed855787f74 (patch) | |
| tree | cb20c0f9277b2f682649e61f2c5821636ae718ab /usr.bin/make | |
| parent | f021a6ac4d37e9d665a409e8c9da814ea3d61418 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -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. |
