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 92b885d8a..dc9ba9cde 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 @@ -215,7 +215,7 @@ check: all clean: clean-check @rm -f *.[oa] .*.d $(PROGRAMS) version.h clean-check: - @echo ' CLEAN' + @echo " CLEAN" @find validation/ \( -name "*.c.output.expected" \ -o -name "*.c.output.got" \ -o -name "*.c.output.diff" \ -- 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