]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* doc/make.texi: [SV 48970] Clarify the value of $?
authorPaul Smith <psmith@gnu.org>
Sun, 9 Sep 2018 20:13:16 +0000 (16:13 -0400)
committerPaul Smith <psmith@gnu.org>
Sat, 15 Sep 2018 19:08:47 +0000 (15:08 -0400)
doc/make.texi

index 947b38949fe130404dcdc689a33915be34a06fa2..3beceb04ad58819a2ecd8a30422e0b3f2a611e6c 100644 (file)
@@ -9904,8 +9904,9 @@ implicit rule (@pxref{Implicit Rules}).
 @vindex ? @r{(automatic variable)}
 @item $?
 The names of all the prerequisites that are newer than the target, with
-spaces between them.  For prerequisites which are archive members, only
-the named member is used (@pxref{Archives}).
+spaces between them.  If the target does not exist, all prerequisites
+will be included.  For prerequisites which are archive members, only the
+named member is used (@pxref{Archives}).
 @cindex prerequisites, list of changed
 @cindex list of changed prerequisites