summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-09-15 17:53:30 -0400
committerPaul Smith <psmith@gnu.org>2013-09-15 17:53:30 -0400
commitbe3ce66592242d9963b9dfec9f82f262e473accb (patch)
treedee82f394209789131a40ee984bf28377a85c669 /doc
parent56cda02328a8b3c0529d1c277a9e12e59b1a676c (diff)
downloadmake-be3ce66592242d9963b9dfec9f82f262e473accb.tar.gz
[SV 31326] Enhance the info on static pattern errors.
Diffstat (limited to 'doc')
-rw-r--r--doc/make.texi15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/make.texi b/doc/make.texi
index 169f8fa0..62c71910 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -12174,12 +12174,15 @@ of its arguments. @xref{Functions, ,Functions for Transforming Text}.
@itemx multiple target patterns. Stop.
@itemx target pattern contains no `%'. Stop.
@itemx mixed implicit and static pattern rules. Stop.
-These are generated for malformed static pattern rules. The first means
-there's no pattern in the target section of the rule; the second means
-there are multiple patterns in the target section; the third means
-the target doesn't contain a pattern character (@code{%}); and the
-fourth means that all three parts of the static pattern rule contain
-pattern characters (@code{%})--only the first two parts should.
+These are generated for malformed static pattern rules. The first
+means there's no pattern in the target section of the rule; the second
+means there are multiple patterns in the target section; the third
+means the target doesn't contain a pattern character (@code{%}); and
+the fourth means that all three parts of the static pattern rule
+contain pattern characters (@code{%})--only the first two parts
+should. If you see these errors and you aren't trying to create a
+static pattern rule, check the value of any variables in your target
+and prerequisite lists to be sure they do not contain colons.
@xref{Static Usage, ,Syntax of Static Pattern Rules}.
@item warning: -jN forced in submake: disabling jobserver mode.