X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=Makefile;h=86499382de13bb29cfcaa0eabfe6c896fd52dbd4;hb=0087375ec85879b69cdb039298ac51c740f11fcb;hp=3c700687def79c7309529c2357d181888be00b4c;hpb=399a4e2106e9800ba1b7de7d96f3370f6d862f7c;p=qemu diff --git a/Makefile b/Makefile index 3c70068..8649938 100644 --- a/Makefile +++ b/Makefile @@ -49,10 +49,11 @@ ifneq ($(wildcard config-host.mak),) @sed -n "/.*Configured with/s/[^:]*: //p" $@ | sh endif +SUBDIR_MAKEFLAGS=$(if $(V),,--no-print-directory) SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS)) subdir-%: - $(call quiet-command,$(MAKE) -C $* V="$(V)" TARGET_DIR="$*/" all,) + $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C $* V="$(V)" TARGET_DIR="$*/" all,) $(filter %-softmmu,$(SUBDIR_RULES)): libqemu_common.a $(filter %-user,$(SUBDIR_RULES)): libqemu_user.a