linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txt
@ 2018-08-16 17:05 Michal Suchanek
  2018-08-16 19:23 ` Laura Abbott
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Suchanek @ 2018-08-16 17:05 UTC (permalink / raw)
  To: Laura Abbott
  Cc: Michal Suchanek, Masahiro Yamada, Michal Marek, Jonathan Corbet,
	linux-kbuild, linux-doc, linux-kernel


Fixes: 8377bd2b9ee1 ("kbuild: Rename HOST_LOADLIBES to
		KBUILD_HOSTLDLIBS")

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
---
 Documentation/kbuild/makefiles.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/kbuild/makefiles.txt b/Documentation/kbuild/makefiles.txt
index 766355b1d221..7b6a2b2bdc98 100644
--- a/Documentation/kbuild/makefiles.txt
+++ b/Documentation/kbuild/makefiles.txt
@@ -680,7 +680,7 @@ Both possibilities are described in the following.
 
 	Example:
 		#scripts/kconfig/Makefile
-		HOSTLOADLIBES_qconf := -L$(QTDIR)/lib
+		HOSTLDLIBS_qconf := -L$(QTDIR)/lib
 
 	When linking qconf, it will be passed the extra option
 	"-L$(QTDIR)/lib".
-- 
2.13.7


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txt
  2018-08-16 17:05 [PATCH] kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txt Michal Suchanek
@ 2018-08-16 19:23 ` Laura Abbott
  2018-08-17  1:53   ` Masahiro Yamada
  0 siblings, 1 reply; 3+ messages in thread
From: Laura Abbott @ 2018-08-16 19:23 UTC (permalink / raw)
  To: Michal Suchanek
  Cc: Masahiro Yamada, Michal Marek, Jonathan Corbet, linux-kbuild,
	linux-doc, linux-kernel

On 08/16/2018 10:05 AM, Michal Suchanek wrote:
> Fixes: 8377bd2b9ee1 ("kbuild: Rename HOST_LOADLIBES to
> 		KBUILD_HOSTLDLIBS")
> 
> Signed-off-by: Michal Suchanek <msuchanek@suse.de>

Acked-by: Laura Abbott <labbott@redhat.com>

> ---
>   Documentation/kbuild/makefiles.txt | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/kbuild/makefiles.txt b/Documentation/kbuild/makefiles.txt
> index 766355b1d221..7b6a2b2bdc98 100644
> --- a/Documentation/kbuild/makefiles.txt
> +++ b/Documentation/kbuild/makefiles.txt
> @@ -680,7 +680,7 @@ Both possibilities are described in the following.
>   
>   	Example:
>   		#scripts/kconfig/Makefile
> -		HOSTLOADLIBES_qconf := -L$(QTDIR)/lib
> +		HOSTLDLIBS_qconf := -L$(QTDIR)/lib
>   
>   	When linking qconf, it will be passed the extra option
>   	"-L$(QTDIR)/lib".
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txt
  2018-08-16 19:23 ` Laura Abbott
@ 2018-08-17  1:53   ` Masahiro Yamada
  0 siblings, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2018-08-17  1:53 UTC (permalink / raw)
  To: Laura Abbott, Michal Suchanek
  Cc: Michal Marek, Jonathan Corbet, Linux Kbuild mailing list,
	open list:DOCUMENTATION, Linux Kernel Mailing List

2018-08-17 4:23 GMT+09:00 Laura Abbott <labbott@redhat.com>:
> On 08/16/2018 10:05 AM, Michal Suchanek wrote:
>>
>> Fixes: 8377bd2b9ee1 ("kbuild: Rename HOST_LOADLIBES to
>>                 KBUILD_HOSTLDLIBS")
>>
>> Signed-off-by: Michal Suchanek <msuchanek@suse.de>
>
>
> Acked-by: Laura Abbott <labbott@redhat.com>


Applied to linux-kbuild. Thanks!


>
>> ---
>>   Documentation/kbuild/makefiles.txt | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Documentation/kbuild/makefiles.txt
>> b/Documentation/kbuild/makefiles.txt
>> index 766355b1d221..7b6a2b2bdc98 100644
>> --- a/Documentation/kbuild/makefiles.txt
>> +++ b/Documentation/kbuild/makefiles.txt
>> @@ -680,7 +680,7 @@ Both possibilities are described in the following.
>>         Example:
>>                 #scripts/kconfig/Makefile
>> -               HOSTLOADLIBES_qconf := -L$(QTDIR)/lib
>> +               HOSTLDLIBS_qconf := -L$(QTDIR)/lib
>>         When linking qconf, it will be passed the extra option
>>         "-L$(QTDIR)/lib".
>>
>



-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-08-17  1:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-16 17:05 [PATCH] kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txt Michal Suchanek
2018-08-16 19:23 ` Laura Abbott
2018-08-17  1:53   ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).