From 71219213f5bd3bbaa237c3cc32a0abb121412dff Mon Sep 17 00:00:00 2001 From: Vincent Palatin Date: Thu, 2 Feb 2012 19:51:26 +0000 Subject: Honor V=1 build flag when building tests recursively Allow to display the verbose command lines even when building the test programs. Signed-off-by: Vincent Palatin BUG=None TEST="make tests" with and without V=1 Change-Id: Ib1195c7e069d7823c2eb7b2311bd5f3c6cd6c835 --- Makefile.rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.rules') diff --git a/Makefile.rules b/Makefile.rules index 31b0e5d70a..b92e9a6efc 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -49,7 +49,8 @@ qemu-test-targets=$(foreach t,$(test-list),qemu-$(t)) $(test-targets): test-%: @set -e ; \ echo " BUILD $(out)/$*" ; \ - $(MAKE) -s BOARD=$(BOARD) PROJECT=$* out=$(out)/$* + $(MAKE) --no-print-directory BOARD=$(BOARD) PROJECT=$* \ + V=$(V) out=$(out)/$* $(qemu-test-targets): qemu-%: test-% $(call quiet,qemu,TEST ) -- cgit v1.2.1