]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* make.texi (Reading Makefiles): != creates recursive variables.
authorPaul Smith <psmith@gnu.org>
Sun, 30 May 2021 15:01:49 +0000 (11:01 -0400)
committerPaul Smith <psmith@gnu.org>
Sun, 30 May 2021 19:53:51 +0000 (15:53 -0400)
Reported by Ronald Hoogenboom <RHoogenboom@irdeto.com>.

doc/make.texi

index 1ebf6ae2e756bdfec205951053a136dc9ba55255..1464d0cac165bd4d8823a6b58b77c317b64b1980 100644 (file)
@@ -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