]> granicus.if.org Git - esp-idf/commitdiff
build system: Restore "make V=1" for verbose builds
authorAngus Gratton <angus@espressif.com>
Fri, 8 Sep 2017 07:34:02 +0000 (17:34 +1000)
committerAngus Gratton <gus@projectgus.com>
Fri, 8 Sep 2017 07:34:02 +0000 (17:34 +1000)
Fix regression in 5f3cb9f9dc

make/common.mk

index ea39421cb0dbfa1576ffb63ab9f7212a15492f0d..ccee32278c1acc60bac3c47620bd2263aa7414e5 100644 (file)
@@ -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