mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Build system: Don't shell-quote SEPARATOR variable or it evaluates as a bunch of wildcards!
This commit is contained in:
parent
5a5e19cd8b
commit
bcdebda8e4
@ -37,7 +37,7 @@ ifdef CONFIG_SECURE_BOOTLOADER_DISABLED
|
||||
# with 'make flash' and no warnings are printed.
|
||||
|
||||
bootloader: $(BOOTLOADER_BIN)
|
||||
@echo "$(SEPARATOR)"
|
||||
@echo $(SEPARATOR)
|
||||
@echo "Bootloader built. Default flash command is:"
|
||||
@echo "$(ESPTOOLPY_WRITE_FLASH) 0x1000 $(BOOTLOADER_BIN)"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user