bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] Consistent variable name make less confusion


From: Cao jin
Subject: Re: [PATCH 2/2] Consistent variable name make less confusion
Date: Tue, 27 Jun 2017 15:47:34 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0

Find that I missed more similar case in this node, please ignore this
one, I will send v2.

-- 
Sincerely,
Cao jin

On 06/21/2017 12:17 PM, Cao jin wrote:
> In chapter 8.7 "The `call' Function" of `info make`, there is inconsistent
> variable name between example and description as following:
> 
> ------------------------------------------------
>   This macro simply reverses its arguments:
> 
>      reverse = $(2) $(1)
> 
>      foo = $(call reverse,a,b)
> 
> Here FOO will contain `b a'.
> ------------------------------------------------
> 
> Using "FOO" in both part for consistency.
> ---
>  doc/make.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/make.texi b/doc/make.texi
> index 343927b..589dd53 100644
> --- a/doc/make.texi
> +++ b/doc/make.texi
> @@ -7651,7 +7651,7 @@ This macro simply reverses its arguments:
>  @smallexample
>  reverse = $(2) $(1)
>  
> -foo = $(call reverse,a,b)
> address@hidden = $(call reverse,a,b)
>  @end smallexample
>  
>  @noindent
> 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]