]> granicus.if.org Git - esp-idf/commitdiff
Build system: Don't shell-quote SEPARATOR variable or it evaluates as a bunch of...
authorAngus Gratton <angus@espressif.com>
Fri, 11 Nov 2016 03:44:10 +0000 (14:44 +1100)
committerAngus Gratton <angus@espressif.com>
Mon, 14 Nov 2016 00:08:42 +0000 (11:08 +1100)
components/bootloader/Makefile.projbuild

index 1b1c07bea35ca14a443de89bd9c03c9503da7528..3ed5e187839510677619d6ad4a3e4926d2c6db49 100644 (file)
@@ -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)"