]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* doc/make.1: [SV 67391] Correct -d and --debug options
authorPaul Smith <psmith@gnu.org>
Sat, 23 Aug 2025 12:08:47 +0000 (08:08 -0400)
committerPaul Smith <psmith@gnu.org>
Sat, 23 Aug 2025 12:08:47 +0000 (08:08 -0400)
doc/make.1

index 5aff26d63a77a994ca4bcb0e337bc7b261b92988..2dee2109b4850e2396faa890c5d30e1ec3083215 100644 (file)
@@ -114,26 +114,21 @@ This is typically used with recursive invocations of
 .TP 0.5i
 .B \-d
 Print debugging information in addition to normal processing.
-The debugging information says which files are being considered for
-remaking, which file-times are being compared and with what results,
-which files actually need to be remade, which implicit rules are
-considered and which are applied---everything interesting about how
-.B make
-decides what to do.
+This is the same as specifying
+.BR \-\-debug=all .
 .TP 0.5i
 .BI \-\-debug "[=FLAGS]"
 Print debugging information in addition to normal processing.
 If the
 .I FLAGS
 are omitted, then the behavior is the same as if
-.B \-d
+.B \-\-debug=basic
 was specified.
 .I FLAGS
 may be any or all of the following names, comma- or space-separated.  Only the
 first character is significant: the rest may be omitted:
 .I all
-for all debugging output (same as using
-.BR \-d ),
+for all debugging output,
 .I basic
 for basic debugging,
 .I verbose