summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2018-09-09 16:13:16 -0400
committerPaul Smith <psmith@gnu.org>2018-09-15 15:08:47 -0400
commit8fd614e238a34a19581655c9b24b3c7b36cc0d9b (patch)
treede67cd8127db71953fadef55d8de0b2e2587b1f4 /doc
parent92032bc16a0c730f372fc60374ffaf53e012a3c4 (diff)
downloadmake-git-8fd614e238a34a19581655c9b24b3c7b36cc0d9b.tar.gz
* doc/make.texi: [SV 48970] Clarify the value of $?
Diffstat (limited to 'doc')
-rw-r--r--doc/make.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/make.texi b/doc/make.texi
index 947b3894..3beceb04 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -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