mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
Merge branch 'bugfix/make_verbose' into 'master'
build system: Fix "make V=1" for verbose builds again See merge request !1234
This commit is contained in:
commit
1f8d93f0eb
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user