Lines Matching refs:when
38 as well, where the second expansion occurs when the rule is matched.
39 However, this means that when '.SECONDEXPANSION' is enabled you must
42 which used to be available by default, is now ONLY available when the
172 Similarly, the arguments to "export" (when not used in a variable
189 list when a makefile is just being read (before any includes) is the
209 when it is used as the first argument to $(call ...) (but only then).
483 in the environment when its size is limited.
486 a rule if it has changed when its commands exit with a nonzero status,
487 just as when the commands get a signal.
511 Makefile.in (or on the command line when installing) to install GNU make
519 * The exit status of Make when it runs into errors is now 2 instead of 1.
520 The exit status is 1 only when using -q and some target is not up to date.
559 infinite loop and then get a fatal error when it detected the loop.
696 * The value of a recursively expanded variable is now expanded when putting
723 * A message is always printed when Make decides there is nothing to be done.
769 Make will no longer go into an infinite loop when fed the makefiles that
836 * The `-j' switch is now put in the MAKEFLAGS and MFLAGS variables when