Lines Matching refs:variables
35 variables in scope. This means that in addition to using standard
73 * All pattern-specific variables that match a given target are now used
76 * Target-specific variables can be marked as exportable using the
88 * New special variables available in this release:
201 etc. as recursive variables, even though they are fully expanded
204 variables. This may mean that if you added extra escaping to your
208 variables it can reference itself and this will not produce an error
250 * Previously, GNU make quoted variables such as MAKEFLAGS and
258 With this version we change that behavior: now these variables are
260 correct way to do it. If you previously used these variables
310 * Make accepts a new option: -R, or --no-builtin-variables. This option
311 disables the definition of the rule-specific builtin variables (CC,
482 reset `MAKEOVERRIDES' in your makefile to avoid putting all the variables
503 * The automatic variables `$(@D)', `$(%D)', `$(*D)', `$(<D)', `$(?D)', and
510 * You can now set the variables `binprefix' and/or `manprefix' in
515 * The built-in Texinfo rules use the new variables `TEXI2DVI_FLAGS' for
579 * The new flag `--warn-undefined-variables' says to issue a warning message
587 al to set up variables for them. They used to run with the environment
623 * Elements of the `$^' and `$?' automatic variables that are archive
643 * There are two new directives: `export' and `unexport'. All variables are
645 Make runs. Instead, only variables specified on the command line or in
648 or you can define variables with:
685 * You can now use variables and functions in the left hand side of a
692 * The built-in rules for C++ compilation now use the variables `$(CXX)' and
737 variables while remaking makefiles, so recursive makes done while remaking
741 only variables that came from the environment and variables
762 into the environment for child processes. (If these variables are reset by the
780 * There are now automatic variables `$(^D)', `$(^F)', `$(?D)', and `$(?F)'.
836 * The `-j' switch is now put in the MAKEFLAGS and MFLAGS variables when
838 The `-l' switch is not always put in the MAKEFLAGS and MFLAGS variables.
858 * The variables F77 and F77FLAGS are now set by default to $(FC) and
859 $(FFLAGS). Makefiles designed for System V make may use these variables in
982 * The `MAKEFLAGS' and `MFLAGS' variables will be scanned for options after