Merge branch 'bugfix/fix_make_global_macro_lose' into 'master'

Fix "print_flash_cmd" lose global macro

See merge request sdk/ESP8266_RTOS_SDK!888
This commit is contained in:
Dong Heng
2019-04-11 11:14:47 +08:00

View File

@ -545,7 +545,7 @@ list-components:
$(foreach cp,$(COMPONENT_PATHS),$(info $(cp)))
# print flash command, so users can dump this to config files and download somewhere without idf
print_flash_cmd:
print_flash_cmd: global-macro
echo $(ESPTOOL_WRITE_FLASH_OPTIONS) $(ESPTOOL_ALL_FLASH_ARGS) | sed -e 's:'$(PWD)/build/'::g'
# Check toolchain version using the output of xtensa-esp32-elf-gcc --version command.