forked from espressif/esp-idf
build system: Restore "make V=1" for verbose builds
Fix regression in 5f3cb9f9dc
This commit is contained in:
committed by
Angus Gratton
parent
4809c70899
commit
fccb10c313
@@ -27,10 +27,10 @@ details := @echo
|
|||||||
else
|
else
|
||||||
summary := @echo
|
summary := @echo
|
||||||
details := @true
|
details := @true
|
||||||
endif
|
|
||||||
|
|
||||||
# disable echoing of commands, directory names
|
# disable echoing of commands, directory names
|
||||||
MAKEFLAGS += --silent
|
MAKEFLAGS += --silent
|
||||||
|
endif # $(V)==1
|
||||||
|
|
||||||
ifdef CONFIG_MAKE_WARN_UNDEFINED_VARIABLES
|
ifdef CONFIG_MAKE_WARN_UNDEFINED_VARIABLES
|
||||||
MAKEFLAGS += --warn-undefined-variables
|
MAKEFLAGS += --warn-undefined-variables
|
||||||
|
Reference in New Issue
Block a user