aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-05-20 20:18:49 +0000
committerWill Andrews <will@FreeBSD.org>2000-05-20 20:18:49 +0000
commit4c3d2121b13ab138ee9d6454600c5ed855787f74 (patch)
treecb20c0f9277b2f682649e61f2c5821636ae718ab /usr.bin/make
parentf021a6ac4d37e9d665a409e8c9da814ea3d61418 (diff)
Notes
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/make.13
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.