From fccb10c313a5e1ca80ed284317aee025871eb1e7 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Fri, 8 Sep 2017 17:34:02 +1000 Subject: [PATCH] build system: Restore "make V=1" for verbose builds Fix regression in 5f3cb9f9dc --- make/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/common.mk b/make/common.mk index ea39421cb0..ccee32278c 100644 --- a/make/common.mk +++ b/make/common.mk @@ -27,10 +27,10 @@ details := @echo else summary := @echo details := @true -endif # disable echoing of commands, directory names MAKEFLAGS += --silent +endif # $(V)==1 ifdef CONFIG_MAKE_WARN_UNDEFINED_VARIABLES MAKEFLAGS += --warn-undefined-variables