Lines Matching refs:sub

196 * Variables/Recursion::         How to communicate variables to a sub-`make'.
197 * Options/Recursion:: How to communicate options to a sub-`make'.
3491 how the sub-`make' relates to the top-level `make'. You may also find
3510 * Variables/Recursion:: How to communicate variables to a sub-`make'.
3511 * Options/Recursion:: How to communicate options to a sub-`make'.
3556 flags to the sub-`make' (*note Communicating Options to a Sub-`make':
3566 Variable values of the top-level `make' can be passed to the sub-`make'
3568 defined in the sub-`make' as defaults, but do not override what is
3569 specified in the makefile used by the sub-`make' makefile unless you
3573 its value to the environment for running each command. The sub-`make',
3585 passed to the sub-`make'. You can force `make' to export its value for
3598 Variables.). The sub-`make' will define these for itself.
3600 If you want to export specific variables to a sub-`make', use the
3678 for the top-level `make'; `1' for a sub-`make', `2' for a
3679 sub-sub-`make', and so on. The incrementation happens when `make' sets
3687 You can use the variable `MAKEFILES' to cause all sub-`make'
3691 it serves as a list of extra makefiles for the sub-`make' to read
3701 Flags such as `-s' and `-k' are passed automatically to the sub-`make'
3707 As a consequence, every sub-`make' gets a value for `MAKEFLAGS' in
3713 sub-`make' through `MAKEFLAGS'. Words in the value of `MAKEFLAGS' that
3723 the parent `make' and all the sub-`make's will communicate to ensure
3727 jobs (otherwise we could get `N' sub-`make's running and have no slots
3733 sub-`make's, you would get many more jobs running in parallel than you
3822 option, and in sub-`make's. `make' will not automatically turn on `-w'
3956 sub-`make' (*note Communicating Variables to a Sub-`make':
4681 pass values to sub-`make' invocations (*note Recursive Use of `make':