[CRIU] [PATCH 4/6] Makefile: fix whitespace in first $(E) argument

Kir Kolyshkin kir at openvz.org
Wed May 1 23:17:08 EDT 2013


When silent make rules are enabled, we use special format
to inform what is going on, like this

$(E) "  ACTION  " files

We maintain specific whitespace around ACTION so different ones
are aligned nicely. Fix two places that were not aligned to the rest.

Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 4194863..379ecc5 100644
--- a/Makefile
+++ b/Makefile
@@ -187,12 +187,12 @@ distclean: clean
 	$(Q) $(RM) ./cscope*
 
 tags:
-	$(E) "  GEN" $@
+	$(E) "  GEN     " $@
 	$(Q) $(RM) tags
 	$(Q) $(FIND) . -name '*.[hcS]' ! -path './.*' -print | xargs ctags -a
 
 cscope:
-	$(E) "  GEN" $@
+	$(E) "  GEN     " $@
 	$(Q) $(FIND) . -name '*.[hcS]' ! -path './.*' -print > cscope.files
 	$(Q) $(CSCOPE) -bkqu
 
-- 
1.8.1.4



More information about the CRIU mailing list