Re: [PATCH] build-sys: Move the print-variable rule to rules.mak

2020-03-09 Thread Laurent Vivier
Le 06/03/2020 à 18:04, Philippe Mathieu-Daudé a écrit : > Currently the print-variable rule can only be used in the > root directory: > > $ make print-vhost-user-json-y > vhost-user-json-y= contrib/vhost-user-gpu/50-qemu-gpu.json > tools/virtiofsd/50-qemu-virtiofsd.json > > $ make -C i386-

Re: [PATCH] build-sys: Move the print-variable rule to rules.mak

2020-03-06 Thread Marc-André Lureau
On Fri, Mar 6, 2020 at 6:05 PM Philippe Mathieu-Daudé wrote: > > Currently the print-variable rule can only be used in the > root directory: > > $ make print-vhost-user-json-y > vhost-user-json-y= contrib/vhost-user-gpu/50-qemu-gpu.json > tools/virtiofsd/50-qemu-virtiofsd.json > > $ make -C

Re: [PATCH] build-sys: Move the print-variable rule to rules.mak

2020-03-06 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200306170456.21977-1-phi...@redhat.com/ Hi, This series failed the docker-clang@ubuntu build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!

[PATCH] build-sys: Move the print-variable rule to rules.mak

2020-03-06 Thread Philippe Mathieu-Daudé
Currently the print-variable rule can only be used in the root directory: $ make print-vhost-user-json-y vhost-user-json-y= contrib/vhost-user-gpu/50-qemu-gpu.json tools/virtiofsd/50-qemu-virtiofsd.json $ make -C i386-softmmu print-obj-y make: Entering directory 'build/i386-softmmu' ma