summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-09-18 04:35:52 +0000
committerPaul Smith <psmith@gnu.org>2002-09-18 04:35:52 +0000
commit76652d5d02b31941ec085435f62b6c955d7e63d3 (patch)
tree1e59d09b065ad6ad3d3d096dbe6611d1499fb2aa /doc
parentdac7b49de4b935db71d7b4257c6354f16fe41cfa (diff)
downloadgunmake-76652d5d02b31941ec085435f62b6c955d7e63d3.tar.gz
Add some indexing to the manual.
Fix a few simple casting warnings, etc.
Diffstat (limited to 'doc')
-rw-r--r--doc/make.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/make.texi b/doc/make.texi
index 2389ca0..0593f19 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -3653,6 +3653,7 @@ is @samp{cd subdir && /bin/make}. If you use a special version of
executed for recursive invocations.
@cindex @code{cd} (shell command)
+@cindex +, and commands
As a special feature, using the variable @code{MAKE} in the commands of
a rule alters the effects of the @samp{-t} (@samp{--touch}), @samp{-n}
(@samp{--just-print}), or @samp{-q} (@w{@samp{--question}}) option.
@@ -6932,6 +6933,7 @@ target that is not up to date.
It is an error to use more than one of these three flags in the same
invocation of @code{make}.
+@cindex +, and command execution
The @samp{-n}, @samp{-t}, and @samp{-q} options do not affect command
lines that begin with @samp{+} characters or contain the strings
@samp{$(MAKE)} or @samp{$@{MAKE@}}. Note that only the line containing