[PATCH 1/8] images: correctly linebreak built images output

Lucas Stach dev at lynxeye.de
Sun Sep 29 15:59:29 EDT 2013


Signed-off-by: Lucas Stach <dev at lynxeye.de>
---
 images/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/images/Makefile b/images/Makefile
index c723b1a..ac5cf8c 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -120,7 +120,7 @@ targets += $(foreach m, $(image-y), $(FILE_$(m)))
 SECONDARY: $(addprefix $(obj)/,$(targets))
 
 images: $(addprefix $(obj)/, $(image-y)) FORCE
-	@echo "images built:\n" $(patsubst %,%\\n,$(image-y))
+	@echo -e "images built:\n" $(patsubst %,%\\n,$(image-y))
 
 clean-files := *.pbl *.pblb *.pblx *.map start_*.imximg *.img barebox.z start_*.kwbimg \
 	start_*.kwbuartimg *.socfpgaimg
-- 
1.8.3.1




More information about the barebox mailing list