Lines Matching full:recursive
193 Recursive Use of `make'
199 helps debug use of recursive `make' commands.
1022 The main use of `MAKEFILES' is in communication between recursive
1023 invocations of `make' (*note Recursive Use of `make': Recursion.). It
2249 with recursive invocations of `make' (for more information, see *note
2250 Recursive Use of `make': Recursion.). In this case the makefile will
3329 Finally, handling recursive `make' invocations raises issues. For
3471 5.7 Recursive Use of `make'
3474 Recursive use of `make' means using `make' as a command in a makefile.
3489 You can write recursive `make' commands just by copying this example,
3492 it useful to declare targets that invoke recursive `make' commands as
3513 helps debug use of recursive `make' commands.
3521 Recursive `make' commands should always use the variable `MAKE', not
3531 for recursive invocations.
3725 Note that any job that is marked recursive (*note Instead of Executing
3766 traditionally used explicitly in the recursive `make' command, like
3806 If you use several levels of recursive `make' invocations, the `-w' or
4049 called "recursive expansion".
4681 pass values to sub-`make' invocations (*note Recursive Use of `make':
4683 or the command line are passed to recursive invocations. You can use
4732 recursive (`='), static (`:='), appending (`+='), or conditional
4737 the two variables do not have to have the same flavor (recursive vs.
5087 The `+' prefix marks those command lines as "recursive" so that they
5088 will be executed despite use of the `-t' flag. *Note Recursive Use of
5720 The `call' function can be nested. Each recursive invocation gets
5952 `recursive'
6011 recursive variable assignment, it won't be evaluated until later.
6466 typically used with recursive invocations of `make' (*note
6467 Recursive Use of `make': Recursion.).
6642 except in a recursive `make' where `-k' might be inherited from
6643 the top-level `make' via `MAKEFLAGS' (*note Recursive Use of
6664 down errors from complicated nests of recursive `make' commands.
6665 *Note Recursive Use of `make': Recursion. (In practice, you