diff options
author | Paul Smith <psmith@gnu.org> | 2009-08-01 22:09:40 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2009-08-01 22:09:40 +0000 |
commit | e2f16fdf45ec0506c68f32e9fc6a7b31ae17fdc6 (patch) | |
tree | 65af39bacf361af1a13c0a44780a9927175886a2 /doc | |
parent | 139c28ae6966b84e4c30898829a2202c6f3e0a3e (diff) | |
download | gunmake-e2f16fdf45ec0506c68f32e9fc6a7b31ae17fdc6.tar.gz |
Changes from Ralf Wildenhues.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/make.texi | 5 |
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 |