Now it does the same as done in the kernel: 2 + 8. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 1e3612210..bdef09f70 100644 --- a/Makefile +++ b/Makefile @@ -158,13 +158,13 @@ LIBS := libsparse.a # V = @ Q = $(V:1=) -QUIET_CC = $(Q:@=@echo ' CC '$@;) -QUIET_CHECK = $(Q:@=@echo ' CHECK '$<;) -QUIET_AR = $(Q:@=@echo ' AR '$@;) -QUIET_GEN = $(Q:@=@echo ' GEN '$@;) -QUIET_LINK = $(Q:@=@echo ' LINK '$@;) +QUIET_CC = $(Q:@=@echo " CC $@";) +QUIET_CHECK = $(Q:@=@echo " CHECK $<";) +QUIET_AR = $(Q:@=@echo " AR $@";) +QUIET_GEN = $(Q:@=@echo " GEN $@";) +QUIET_LINK = $(Q:@=@echo " LINK $@";) # We rely on the -v switch of install to print 'file -> $install_dir/file' -QUIET_INST = $(Q:@=@echo -n ' INSTALL ';) +QUIET_INST = $(Q:@=@echo -n " INSTALL ";) compile_OBJS := compile-i386.o @@ -203,7 +203,7 @@ version.h: FORCE @if cmp -s version.h version.h.tmp; then \ rm version.h.tmp; \ else \ - echo ' GEN '$@; \ + echo " GEN $@"; \ mv version.h.tmp version.h; \ fi @@ -213,7 +213,7 @@ check: all clean: FORCE - @echo ' CLEAN' + @echo " CLEAN" @git clean -q -d -x -e .sparse.mk -e '*.[ch]' -- 2.14.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html