Lines Matching full:echo
42 echo "" >> sdkconfig
64 echo CONFIG $(BUILDS_DIR)/$*/sdkconfig
67 …echo "" >> $(BUILDS_DIR)/$*/sdkconfig.defaults # in case there is no trailing newline in sdkconfig…
69 echo "" >> $(BUILDS_DIR)/$*/sdkconfig.defaults
73 echo BUILD_CONFIG $(BUILDS_DIR)/$*
79 tests_all=`test -n "$${test_components}"; echo $${?}`; \
104 @echo "Additional unit-test-app specific targets:"
105 @echo ""
106 @echo "make ut-build-NAME - Build unit-test-app with configuration provided in configs/NAME."
107 @echo " Build directory will be builds/NAME/, output binaries will be"
108 @echo " under output/NAME/"
109 @echo ""
110 @echo "make ut-build-all-configs - Build all configurations defined in configs/ directory."
111 @echo ""
112 @echo "Above targets determine list of components to be built from configs/NAME files."
113 @echo "To build custom subset of components use 'make ut-apply-config-NAME' and then 'make all'."
114 @echo ""
115 @echo "make ut-apply-config-NAME - Generates configuration based on configs/NAME in sdkconfig"
116 @echo " file. After this, normal all/flash targets can be used."
117 @echo " Useful for development/debugging."
118 @echo ""
119 @echo "make ut-clean-NAME - Remove build and output directories for configuration NAME."
120 @echo ""