Lines Matching refs:variables

125              V       Force the -V option to print raw values of variables,
135 -e Let environment variables override global variables within make-
222 instances of this option may be specified; the variables are
232 variables, as well as values taken temporarily by global vari-
238 Like -V, but all printed variables are always expanded to their
240 all variables are expanded or not.
247 -X Don't export variables passed on the command line to the environ-
369 The five operators that assign values to variables are:
383 NOTE: References to undefined variables are not expanded. This
390 Expansion of variables
391 In most contexts where variables are expanded, `$$' expands to a single
395 …References to variables have the form ${name[:modifiers]} …
419 4. .for loop index variables are expanded on each loop iteration. Note
420 that other variables are not expanded when composing the body of a
443 The four different classes of variables (in order of increasing prece-
446 Environment variables
449 Global variables
452 Command line variables
455 Local variables
458 Local variables can be set on a dependency line, unless
460 (which already has had global variables expanded) is the variable value.
476 := Is redundant with respect to global variables, which have
479 The seven built-in local variables are:
510 Variants of these variables with the punctuation followed immediately by
515 Four of the local variables may be used in sources on dependency lines
517 …These variables are `.TARGET', `.PREFIX', `.ARCHIVE', and `.MEMBER…
519 Additional built-in variables
520 In addition, bmake sets or knows about the following variables:
554 .MAKE.EXPORTED The list of variables exported by bmake.
696 .MAKEOVERRIDES This variable is used to record the names of variables
700 within a makefile. Extra variables can be exported from
732 variables named in `MAKE_PRINT_VAR_ON_ERROR'.
1137 Exporting variables
1138 The directives for exporting and unexporting variables are:
1142 provided, all globals are exported except for internal variables
1157 The same as `.export-env', except that variables in the value are
1170 any variables which originated in the parent environment should
1309 there are three iteration variables, the number of words provided must be
1317 Un-define the specified global variables. Only global variables
1569 bmake uses the following environment variables, if they exist: MACHINE,
1574 the command line to bmake and not as makefile variables; see the descrip-
1586 ever the special variables, variable modifiers and conditionals are not.
1591 The way that .for loop variables are substituted changed after NetBSD 5.0
1613 +o All built-in variables that begin with a dot.