Home | History | Annotate | Download | only in doc

Lines Matching full:recursive

219 Recursive Use of @code{make}
225 helps debug use of recursive @code{make} commands.
1195 The main use of @code{MAKEFILES} is in communication between recursive
1196 invocations of @code{make} (@pxref{Recursion, ,Recursive Use of
2653 with recursive invocations of @code{make} (for more information, see
2654 @ref{Recursion, ,Recursive Use of @code{make}}). In this case the
3982 Finally, handling recursive @code{make} invocations raises issues. For
4157 @section Recursive Use of @code{make}
4161 Recursive use of @code{make} means using @code{make} as a command in a
4183 You can write recursive @code{make} commands just by copying this example,
4186 also find it useful to declare targets that invoke recursive
4207 helps debug use of recursive @code{make} commands.
4215 Recursive @code{make} commands should always use the variable @code{MAKE},
4229 executed for recursive invocations.
4501 between them all. Note that any job that is marked recursive
4553 recursive @code{make} command, like
4600 If you use several levels of recursive @code{make} invocations, the
4775 @cindex recursive variable expansion
4887 @cindex recursive variable expansion
4904 called @dfn{recursive expansion}.@refill
5723 ,Recursive Use of @code{make}}). By default, only variables that came
5724 from the environment or the command line are passed to recursive
5783 recursive (@samp{=}), static (@samp{:=}), appending (@samp{+=}), or
5789 flavor (recursive vs.@: static).
6180 The @samp{+} prefix marks those command lines as ``recursive'' so
6182 @xref{Recursion, ,Recursive Use of @code{make}}.
7006 The @code{call} function can be nested. Each recursive invocation gets
7284 @item recursive
7359 it inside a command script or on the right side of a recursive variable
7901 This is typically used with recursive invocations of @code{make}
7902 (@pxref{Recursion, ,Recursive Use of @code{make}}).
8131 except in a recursive @code{make} where @samp{-k} might be inherited
8133 (@pxref{Recursion, ,Recursive Use of @code{make}})
8160 from complicated nests of recursive @code{make} commands.
8161 @xref{Recursion, ,Recursive Use of @code{make}}. (In practice, you
9971 Options passed through the variable @code{MAKEFLAGS} to recursive
9994 Execution of recursive commands to run @code{make} via the variable
9996 @xref{Recursion, ,Recursive Use of @code{make}}.
10096 variable @code{MAKE} to recursive @code{make} invocations.
10097 @xref{Recursion, ,Recursive Use of @code{make}}.
10157 variable @code{MAKELEVEL}. @xref{Recursion, ,Recursive Use of @code{make}}.
10631 shell. Always allow recursive @code{make}'s to obtain these values
10645 @xref{Recursion, ,Recursive Use of @code{make}}.
10756 @item Recursive variable `@var{xxx}' references itself (eventually). Stop.
10757 This means you've defined a normal (recursive) @code{make} variable
10789 generated if a recursive invocation of a @code{make} process is forced