mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
build system: Restore "make V=1" for verbose builds
Fix regression in 5f3cb9f9dc
This commit is contained in:
parent
4809c70899
commit
fccb10c313
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user