Home | History | Annotate | Download | only in doc

Lines Matching full:terminal

153 "terminal", which means that its prerequisite may not be an intermediate
397 One choice is to mark the match-anything rule as "terminal" by
398 defining it with a double colon. When a rule is terminal, it does not
401 words, no further chaining is allowed beyond a terminal rule.
404 RCS and SCCS files are terminal; as a result, if the file `foo.c,v' does
411 If you do not mark the match-anything rule as terminal, then it is
470 You can define a last-resort implicit rule by writing a terminal
649 a. If the rule is terminal, ignore it and go on to the next rule.
4080 * terminal rule: Match-Anything Rules.