Re: [Qemu-devel] [PATCH] build: remove unnecessary assignments from Makefile.target

2019-02-18 Thread Markus Armbruster
Paolo Bonzini writes: > It is only necessary to clear block-obj-y because Makefile.objs > uses "+=" instead of "="; fix that and remove the assignment. > The other variables need not be cleared at all. > > Signed-off-by: Paolo Bonzini Reviewed-by: Markus Armbruster

Re: [Qemu-devel] [PATCH] build: remove unnecessary assignments from Makefile.target

2019-02-15 Thread Liam Merwick
On 15/02/2019 10:49, Paolo Bonzini wrote: It is only necessary to clear block-obj-y because Makefile.objs uses "+=" instead of "="; fix that and remove the assignment. The other variables need not be cleared at all. Signed-off-by: Paolo Bonzini Reviewed-by: Liam Merwick --- Makefile.ob

[Qemu-devel] [PATCH] build: remove unnecessary assignments from Makefile.target

2019-02-15 Thread Paolo Bonzini
It is only necessary to clear block-obj-y because Makefile.objs uses "+=" instead of "="; fix that and remove the assignment. The other variables need not be cleared at all. Signed-off-by: Paolo Bonzini --- Makefile.objs | 2 +- Makefile.target | 4 2 files changed, 1 insertion(+), 5 dele