diff --git a/common/makefile-functions b/common/makefile-functions index fab433a..b7747e2 100644 --- a/common/makefile-functions +++ b/common/makefile-functions @@ -133,14 +133,15 @@ endef #==== FINAL MESSAGES === define echo_report - @echo; \ - echo $(BOLD) The report file $(BLUE)$(1)$(BOLD) has been created; \ - echo; \ - echo $(WHITE)Please send the $(BOLD)$(MOUNT_PT)/jhalfs/$(1)$(WHITE); \ - echo file to $(BOLD)manuel@linuxfromscratch.org$(WHITE); \ - echo; \ - echo That will help us to keep more accurate SBU and; \ - echo disk usage values into the book. Thanks. + @echo + @echo $(BOLD) The report file $(BLUE)$(1)$(BOLD) has been created + @echo + @echo $(WHITE)Please send the $(BOLD)$(MOUNT_PT)/jhalfs/$(1)$(WHITE) + @echo file to $(BOLD)manuel@linuxfromscratch.org$(WHITE) + @echo + @echo That will help us to keep more accurate SBU and + @echo disk usage values into the book. Thanks. + @echo --------------------------------------------------------------------------------$(WHITE) endef define echo_finished