Lines Matching refs:sub
222 * Variables/Recursion:: How to communicate variables to a sub-@code{make}.
223 * Options/Recursion:: How to communicate options to a sub-@code{make}.
4185 how the sub-@code{make} relates to the top-level @code{make}. You may
4204 * Variables/Recursion:: How to communicate variables to a sub-@code{make}.
4205 * Options/Recursion:: How to communicate options to a sub-@code{make}.
4261 @code{MAKEFLAGS} mechanism passes the flags to the sub-@code{make}
4268 @cindex sub-@code{make}
4277 sub-@code{make} through the environment by explicit request. These
4278 variables are defined in the sub-@code{make} as defaults, but do not
4279 override what is specified in the makefile used by the sub-@code{make}
4285 sub-@code{make}, in turn, uses the environment to initialize its table
4298 environment is passed to the sub-@code{make}. You can force
4316 Implicit Rules}). The sub-@code{make} will define these for
4320 If you want to export specific variables to a sub-@code{make}, use the
4431 @samp{0} for the top-level @code{make}; @samp{1} for a sub-@code{make},
4432 @samp{2} for a sub-sub-@code{make}, and so on. The incrementation
4441 You can use the variable @code{MAKEFILES} to cause all sub-@code{make}
4445 it serves as a list of extra makefiles for the sub-@code{make} to read
4456 sub-@code{make} through the variable @code{MAKEFLAGS}. This variable is
4461 As a consequence, every sub-@code{make} gets a value for @code{MAKEFLAGS}
4470 sub-@code{make} through @code{MAKEFLAGS}. Words in the value of
4499 parent @code{make} and all the sub-@code{make}s will communicate to
4504 sub-@code{make}s running and have no slots left over for any real work!)
4509 to sub-@code{make}s, you would get many more jobs running in parallel
4633 @samp{-C} option, and in sub-@code{make}s. @code{make} will not
4799 sub-@code{make}
5722 you to pass values to sub-@code{make} invocations (@pxref{Recursion,
10620 The number of levels of recursion (sub-@code{make}s).@*
10787 sub-@code{make}s can communicate (@pxref{Options/Recursion,
10793 sub-@code{make} doesn't communicate with other @code{make} processes and