aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-05-14 23:03:45 +0000
committerWill Andrews <will@FreeBSD.org>2000-05-14 23:03:45 +0000
commitf4180808d2de50a2381b73370829f50f3706ba79 (patch)
tree4dab7d16eb6516044dbe27cc47a25f56c19f9a21 /usr.bin
parentea9b438956f0de6b85357f2b71fd134c9928a971 (diff)
downloadsrc-f4180808d2de50a2381b73370829f50f3706ba79.tar.gz
src-f4180808d2de50a2381b73370829f50f3706ba79.zip
Update make(1) manpage to include information about the new loud
debugging facility I introduced earlier today.
Notes
Notes: svn path=/head/; revision=60570
Diffstat (limited to 'usr.bin')
-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.