From f0db5e321faf654df6f21e54b5b0ed509e18340c Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 4 Aug 2024 16:04:19 -0400 Subject: [PATCH] * doc/make.texi: [SV-65982] Clarify what --debug=makefile does --- doc/make.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/make.texi b/doc/make.texi index c8f8e602..2c5253db 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -9654,7 +9654,7 @@ This option also enables @samp{basic} messages. Prints messages giving details on the invocation of specific sub-commands. @item m (@i{makefile}) -By default, the above messages are not enabled while trying to remake the +By default, debug messages are not enabled while trying to remake the makefiles. This option enables messages while rebuilding makefiles, too. The @samp{all} option enables this option as well. This option also enables @samp{basic} messages.