Commit 9d32b55c authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

uniphier: fix alignment of build log



The build log should be indented with two spaces for correct alignment.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent fe458325
...@@ -116,5 +116,5 @@ endif ...@@ -116,5 +116,5 @@ endif
.PHONY: bl1_gzip .PHONY: bl1_gzip
bl1_gzip: $(BUILD_PLAT)/bl1.bin.gzip bl1_gzip: $(BUILD_PLAT)/bl1.bin.gzip
%.gzip: % %.gzip: %
@echo " GZIP $@" @echo " GZIP $@"
$(Q)(cat $< | gzip -n -f -9 > $@) || (rm -f $@ || false) $(Q)(cat $< | gzip -n -f -9 > $@) || (rm -f $@ || false)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment