Home | History | Annotate | Download | only in unit-tests

Lines Matching refs:variables

3 # Tests for target-local variables, such as ${.TARGET} or $@.  These variables
5 # target. In contrast, global variables are typically created when the
8 # The 7 built-in target-local variables are listed in the manual page. They
10 # target-local variables can be defined in dependency lines like
15 # Target-local variables in a target rule
56 # Target-local variables in an inference rule
61 # Target-local variables in a chain of inference rules
73 # The target-local variables can be used in expressions, just like other
74 # variables. When these expressions are evaluated outside of a target, these
76 # these expressions to expand right in time when the target-local variables
80 # line, which means that variables from the command line, from the global
83 # target-local variables need to be preserved, including the exact names of
84 # the variables.
86 # Each of the built-in target-local variables has two equivalent names, for
115 # variables as long as possible.
120 # variables but use the modifier ':L', which turns an undefined expression
138 # Custom local variables
140 # Additional target-local variables may be defined in dependency lines.
162 # One of the dynamic target-local variables is '.TARGET'. Since this is not
175 # The local variables @F, @D, <F, <D are legacy forms.
187 # Begin tests for custom target-local variables, for all 5 variable assignment
204 # Target-local variables are enabled by default. Force them to be enabled