X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=rules.mak;h=5fb49515610a800e28afab41a37ebdc364803a47;hb=42a77f1ce4934b243df003f95bda88530631387a;hp=6e943335f3010034f27b5d50bfae50108b0c446e;hpb=14ab3aa7dc43b2eebbdf8b04a3b351b5ca5e13fe;p=mirror_qemu.git diff --git a/rules.mak b/rules.mak index 6e943335f3..5fb4951561 100644 --- a/rules.mak +++ b/rules.mak @@ -131,6 +131,8 @@ modules: # If called with only a single argument, will print nothing in quiet mode. quiet-command = $(if $(V),$1,$(if $(2),@printf " %-7s %s\n" $2 $3 && $1, @$1)) +MAKEFLAGS += $(if $(V),,--no-print-directory --quiet) + # cc-option # Usage: CFLAGS+=$(call cc-option, -falign-functions=0, -malign-functions=0)