mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-25 05:29:46 +00:00
* make.texi (Reading Makefiles): != creates recursive variables.
Reported by Ronald Hoogenboom <RHoogenboom@irdeto.com>.
This commit is contained in:
parent
b580949ae0
commit
1cffd0a203
1 changed files with 3 additions and 2 deletions
|
@ -1552,8 +1552,9 @@ immediate if the variable was previously set as a simple variable
|
|||
|
||||
For the shell assignment operator @samp{!=}, the right-hand side is
|
||||
evaluated immediately and handed to the shell. The result is stored
|
||||
in the variable named on the left, and that variable becomes a simple
|
||||
variable (and will thus be re-evaluated on each reference).
|
||||
in the variable named on the left, and that variable is considered a
|
||||
recursively expanded variable (and will thus be re-evaluated on each
|
||||
reference).
|
||||
|
||||
@subheading Conditional Directives
|
||||
@cindex ifdef, expansion
|
||||
|
|
Loading…
Reference in a new issue