From 8206be3a83b56526256456da62a793cc9392a5a4 Mon Sep 17 00:00:00 2001 From: will Date: Sun, 14 May 2000 23:03:45 +0000 Subject: Update make(1) manpage to include information about the new loud debugging facility I introduced earlier today. --- usr.bin/make/make.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr.bin/make') diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 515ceca..fea9a27 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. -- cgit v1.1