Actually fixed echo_report output.
This commit is contained in:
parent
fc87e138a4
commit
7fe73c8e36
1 changed files with 9 additions and 9 deletions
|
@ -133,15 +133,15 @@ endef
|
||||||
#==== FINAL MESSAGES ===
|
#==== FINAL MESSAGES ===
|
||||||
|
|
||||||
define echo_report
|
define echo_report
|
||||||
@echo
|
echo ; \
|
||||||
@echo $(BOLD) The report file $(BLUE)$(1)$(BOLD) has been created
|
echo $(BOLD) The report file $(BLUE)$(1)$(BOLD) has been created ; \
|
||||||
@echo
|
echo ; \
|
||||||
@echo $(WHITE)Please send the $(BOLD)$(MOUNT_PT)/jhalfs/$(1)$(WHITE)
|
echo $(WHITE)Please send the $(BOLD)$(MOUNT_PT)/jhalfs/$(1)$(WHITE) ; \
|
||||||
@echo file to $(BOLD)manuel@linuxfromscratch.org$(WHITE)
|
echo file to $(BOLD)manuel@linuxfromscratch.org$(WHITE) ; \
|
||||||
@echo
|
echo ; \
|
||||||
@echo That will help us to keep more accurate SBU and
|
echo That will help us to keep more accurate SBU and ; \
|
||||||
@echo disk usage values into the book. Thanks.
|
echo disk usage values into the book. Thanks. ; \
|
||||||
@echo --------------------------------------------------------------------------------$(WHITE)
|
echo $(BOLD)--------------------------------------------------------------------------------$(WHITE)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define echo_finished
|
define echo_finished
|
||||||
|
|
Reference in a new issue