• Home
  • Raw
  • Download

Lines Matching refs:environment

125      SHELL environment variable given to programs invoked by make.  As
127 it will be set in the environment, just as before.
254 environment. Unfortunately the values were not quoted properly to be
255 passed through the environment. This meant that make didn't properly
259 quoted properly for passing through the environment, which is the
475 * The `MAKEFLAGS' variable (in the environment or in a makefile) can now
478 variable definitions from the environment value of `MAKEFLAGS' or from
483 in the environment when its size is limited.
548 a modified environment like target commands are. As in versions before
549 3.68, they now run with the environment that `make' started with. We
555 When Make attempted to put this variable in the environment for a target
557 `echo value'. In version 3.68, because it constructed an environment
586 modified environment like target commands are, so you can use `export' et
587 al to set up variables for them. They used to run with the environment
635 * The `SHELL' variable is now never taken from the environment.
646 the environment are exported by default. To export others, use:
694 problems with shells that cannot have `+' in environment variable names.
697 it into the environment for child processes. This change was made for
741 only variables that came from the environment and variables
762 into the environment for child processes. (If these variables are reset by the
763 environment, makefiles, or the command line, they will still go into the
764 environment.)
890 * The -d and -p options can come from the environment.
947 environment for children. This just saves some environment space and,