From 9d32b55ccba029d43d5ca7ebc727a210b4eb53c7 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 20 Dec 2017 01:37:15 +0900 Subject: [PATCH] uniphier: fix alignment of build log The build log should be indented with two spaces for correct alignment. Signed-off-by: Masahiro Yamada --- plat/socionext/uniphier/platform.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/socionext/uniphier/platform.mk b/plat/socionext/uniphier/platform.mk index 3c78054b1..41d044487 100644 --- a/plat/socionext/uniphier/platform.mk +++ b/plat/socionext/uniphier/platform.mk @@ -116,5 +116,5 @@ endif .PHONY: bl1_gzip bl1_gzip: $(BUILD_PLAT)/bl1.bin.gzip %.gzip: % - @echo " GZIP $@" + @echo " GZIP $@" $(Q)(cat $< | gzip -n -f -9 > $@) || (rm -f $@ || false) -- 2.39.5