[Qemu-devel] [PATCH v1 0/2] Two fixes to make rules

Daniel P. Berrange posted 2 patches 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180123164718.12714-1-berrange@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppc passed
Test s390x passed
Makefile  | 5 +++--
rules.mak | 2 --
2 files changed, 3 insertions(+), 4 deletions(-)
[Qemu-devel] [PATCH v1 0/2] Two fixes to make rules
Posted by Daniel P. Berrange 6 years, 2 months ago
The primary goal of this was to fix the recent regression that made
everything done by make completely silent, causing things like
"make install" to emit no output. In doing so I noticed a small mistake
in the help text.

Daniel P. Berrange (2):
  Revert "build-sys: silence make by default or V=0"
  make: fix help message reference to bogus V=0 variable

 Makefile  | 5 +++--
 rules.mak | 2 --
 2 files changed, 3 insertions(+), 4 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PATCH v1 0/2] Two fixes to make rules
Posted by Paolo Bonzini 6 years, 2 months ago
On 23/01/2018 17:47, Daniel P. Berrange wrote:
> The primary goal of this was to fix the recent regression that made
> everything done by make completely silent, causing things like
> "make install" to emit no output. In doing so I noticed a small mistake
> in the help text.
> 
> Daniel P. Berrange (2):
>   Revert "build-sys: silence make by default or V=0"
>   make: fix help message reference to bogus V=0 variable
> 
>  Makefile  | 5 +++--
>  rules.mak | 2 --
>  2 files changed, 3 insertions(+), 4 deletions(-)
> 

Queued, thanks.

Paolo