mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 04:04:31 +02:00
Merge branch 'bugfix/build_v0_output' into 'master'
build: remove some debug lines printed when V=0 See merge request idf/esp-idf!2237
This commit is contained in:
@@ -374,7 +374,7 @@ APP_BIN:=$(APP_ELF:.elf=.bin)
|
|||||||
# Include any Makefile.projbuild file letting components add
|
# Include any Makefile.projbuild file letting components add
|
||||||
# configuration at the project level
|
# configuration at the project level
|
||||||
define includeProjBuildMakefile
|
define includeProjBuildMakefile
|
||||||
$(if $(V),$(info including $(1)/Makefile.projbuild...))
|
$(if $(V),$$(info including $(1)/Makefile.projbuild...))
|
||||||
COMPONENT_PATH := $(1)
|
COMPONENT_PATH := $(1)
|
||||||
include $(1)/Makefile.projbuild
|
include $(1)/Makefile.projbuild
|
||||||
endef
|
endef
|
||||||
|
@@ -183,6 +183,10 @@ function run_tests()
|
|||||||
assert_rebuilt nvs_flash/src/nvs_api.o
|
assert_rebuilt nvs_flash/src/nvs_api.o
|
||||||
assert_rebuilt freertos/xtensa_vectors.o
|
assert_rebuilt freertos/xtensa_vectors.o
|
||||||
|
|
||||||
|
print_status "print_flash_cmd target should produce one line of output"
|
||||||
|
make
|
||||||
|
test $(make print_flash_cmd V=0 | wc -l | tr -d ' ') -eq 1
|
||||||
|
|
||||||
print_status "Can include/exclude object files"
|
print_status "Can include/exclude object files"
|
||||||
echo "#error This file should not compile" > main/excluded_file.c
|
echo "#error This file should not compile" > main/excluded_file.c
|
||||||
echo "int required_global;" > main/included_file.c
|
echo "int required_global;" > main/included_file.c
|
||||||
|
Reference in New Issue
Block a user