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 38ae80f8b..5b3cd66f9 100644 --- a/Makefile +++ b/Makefile @@ -159,13 +159,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 @@ -204,7 +204,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 @@ -216,7 +216,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