unicorn/qemu
Daniel P. Berrange 7d4286cda7
Revert "build-sys: silence make by default or V=0"
This reverts commit 42a77f1ce4934b243df003f95bda88530631387a.

The primary intention of this change was to silence messages
like

make[1]: '/home/berrange/src/virt/qemu/capstone/libcapstone.a' is up to date.

which we get when calling make recursively with explicit
targets.

The problem is that this change affected every make target,
not merely the targets that triggered these "is up to date"
messages. As a result any targets that were not invoking
commands via "$(call quiet-command ...)" suddenly become
silent. This is particularly bad for "make install" which
now appears todo nothing.

Rather than go through every make rule and try to identify
places where we now need to explicitly print a message to
show work taking place, just revert the change.

To address the original problem of silencing "is up to date"
messages, we simply add --quiet to the SUBDIR_MAKEVARS
variable, so it only affects us on recursive make calls.

Backports commit 8cc357b5a8dfba8ed11d1ce376afbc4ea35677a9 from qemu
2018-03-08 08:58:11 -05:00
..
accel
crypto
default-configs
docs
fpu
hw Include qapi/error.h exactly where needed 2018-03-07 12:26:38 -05:00
include Include qapi/qmp/qlist.h exactly where needed 2018-03-08 08:50:06 -05:00
qapi Include qapi/qmp/qlist.h exactly where needed 2018-03-08 08:50:06 -05:00
qobject Include qapi/qmp/qlist.h exactly where needed 2018-03-08 08:50:06 -05:00
qom Include qapi/qmp/qobject.h exactly where needed 2018-03-08 08:48:27 -05:00
scripts Include qapi/qmp/qdict.h exactly where needed 2018-03-08 08:51:46 -05:00
target Include qapi/qmp/qdict.h exactly where needed 2018-03-08 08:51:46 -05:00
tcg tcg/aarch64: Add vector operations 2018-03-07 08:07:58 -05:00
util oslib-posix: check for posix_memalign in configure script 2018-03-08 08:56:35 -05:00
aarch64.h qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject() 2018-03-07 17:14:55 -05:00
aarch64eb.h qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject() 2018-03-07 17:14:55 -05:00
accel.c
arm.h qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject() 2018-03-07 17:14:55 -05:00
armeb.h qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject() 2018-03-07 17:14:55 -05:00
atomic_template.h
CODING_STYLE
configure oslib-posix: check for posix_memalign in configure script 2018-03-08 08:56:35 -05:00
COPYING
COPYING.LIB
cpu-exec-common.c
cpu-exec.c
cpus.c Include qapi/error.h exactly where needed 2018-03-07 12:26:38 -05:00
cputlb.c accel/tcg: add size paremeter in tlb_fill() 2018-03-06 10:56:34 -05:00
exec.c
gen_all_header.sh
glib_compat.c
HACKING
header_gen.py qdict qlist: Make most helper macros functions 2018-03-08 08:30:10 -05:00
ioport.c
LICENSE
m68k.h qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject() 2018-03-07 17:14:55 -05:00
Makefile Revert "build-sys: silence make by default or V=0" 2018-03-08 08:58:11 -05:00
Makefile.objs
Makefile.target tcg: Add generic vector expanders 2018-03-06 13:42:52 -05:00
memory_ldst.inc.c
memory_mapping.c
memory.c
mips64.h qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject() 2018-03-07 17:14:55 -05:00
mips64el.h qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject() 2018-03-07 17:14:55 -05:00
mips.h qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject() 2018-03-07 17:14:55 -05:00
mipsel.h qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject() 2018-03-07 17:14:55 -05:00
powerpc.h qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject() 2018-03-07 17:14:55 -05:00
qapi-schema.json
qemu-timer.c
rules.mak build-sys: silence make by default or V=0 2018-03-06 08:58:03 -05:00
softmmu_template.h accel/tcg: add size paremeter in tlb_fill() 2018-03-06 10:56:34 -05:00
sparc64.h qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject() 2018-03-07 17:14:55 -05:00
sparc.h qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject() 2018-03-07 17:14:55 -05:00
tcg-runtime-gvec.c tcg: Add generic vector helpers with a scalar operand 2018-03-06 16:10:09 -05:00
tcg-runtime.c
translate-all.c translate-all: Zero out the TCGContext instance 2018-03-05 15:40:51 -05:00
translate-all.h
translate-common.c
unicorn_common.h
VERSION
vl.c Include qapi/error.h exactly where needed 2018-03-07 12:26:38 -05:00
vl.h
x86_64.h qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject() 2018-03-07 17:14:55 -05:00