[Qemu-devel] [PATCH] build: Correct explanation of unnest-vars example

Markus Armbruster posted 1 patch 6 years, 8 months ago
Test docker-mingw@fedora passed
Test asan passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190213130240.15492-1-armbru@redhat.com
rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH] build: Correct explanation of unnest-vars example
Posted by Markus Armbruster 6 years, 8 months ago
Cc: Fam Zheng <fam@euphon.net>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules.mak b/rules.mak
index 86e033d815..19f3d2c126 100644
--- a/rules.mak
+++ b/rules.mak
@@ -327,7 +327,7 @@ endef
 #     ../water/ice.mo-libs = -licemaker
 #     ../water/ice.mo-objs = ../water/ice1.o ../water/ice2.o
 #
-# Note that 'hot' didn't include 'season/' in the input, so 'summer.o' is not
+# Note that 'hot' didn't include 'water/' in the input, so 'steam.o' is not
 # included.
 #
 define unnest-vars
-- 
2.17.2


Re: [Qemu-devel] [PATCH] build: Correct explanation of unnest-vars example
Posted by Markus Armbruster 6 years, 8 months ago
I guess this could go via -trivial.

Markus Armbruster <armbru@redhat.com> writes:

> Cc: Fam Zheng <fam@euphon.net>
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>  rules.mak | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/rules.mak b/rules.mak
> index 86e033d815..19f3d2c126 100644
> --- a/rules.mak
> +++ b/rules.mak
> @@ -327,7 +327,7 @@ endef
>  #     ../water/ice.mo-libs = -licemaker
>  #     ../water/ice.mo-objs = ../water/ice1.o ../water/ice2.o
>  #
> -# Note that 'hot' didn't include 'season/' in the input, so 'summer.o' is not
> +# Note that 'hot' didn't include 'water/' in the input, so 'steam.o' is not
>  # included.
>  #
>  define unnest-vars

Re: [Qemu-devel] [Qemu-trivial] [PATCH] build: Correct explanation of unnest-vars example
Posted by Laurent Vivier 6 years, 8 months ago
On 04/03/2019 11:11, Markus Armbruster wrote:
> I guess this could go via -trivial.
> 
> Markus Armbruster <armbru@redhat.com> writes:
> 
>> Cc: Fam Zheng <fam@euphon.net>
>> Signed-off-by: Markus Armbruster <armbru@redhat.com>
>> ---
>>  rules.mak | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/rules.mak b/rules.mak
>> index 86e033d815..19f3d2c126 100644
>> --- a/rules.mak
>> +++ b/rules.mak
>> @@ -327,7 +327,7 @@ endef
>>  #     ../water/ice.mo-libs = -licemaker
>>  #     ../water/ice.mo-objs = ../water/ice1.o ../water/ice2.o
>>  #
>> -# Note that 'hot' didn't include 'season/' in the input, so 'summer.o' is not
>> +# Note that 'hot' didn't include 'water/' in the input, so 'steam.o' is not
>>  # included.
>>  #
>>  define unnest-vars
> 

Applied to my trivial-patches branch.

Thanks,
Laurent