Update make(1) manpage to include information about the new loud

debugging facility I introduced earlier today.
This commit is contained in:
will 2000-05-14 23:03:45 +00:00
parent 17b80016d6
commit 8206be3a83

View File

@ -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.