summaryrefslogtreecommitdiff
path: root/doc/make.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/make.texi')
-rw-r--r--doc/make.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/make.texi b/doc/make.texi
index 9ca410b..c036a6d 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -7793,6 +7793,11 @@ is run regardless of these options. Other lines in the same rule are
not run unless they too begin with @samp{+} or contain @samp{$(MAKE)} or
@samp{$@{MAKE@}} (@xref{MAKE Variable, ,How the @code{MAKE} Variable Works}.)
+@cindex phony targets and recipe execution
+The @samp{-t} flag prevents phony targets (@pxref{Phony Targets}) from
+being updated, unless there are recipe lines beginning with @samp{+}
+or containing @samp{$(MAKE)} or @samp{$@{MAKE@}}.
+
The @samp{-W} flag provides two features:
@itemize @bullet