Fixed a bug generated by r3224 commit.
Thanks to Matthew Burgess for the report and patch.
This commit is contained in:
parent
b1607e2552
commit
e780eda437
1 changed files with 8 additions and 8 deletions
|
@ -137,14 +137,14 @@ 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.
|
||||
endef
|
||||
|
||||
define echo_finished
|
||||
|
|
Reference in a new issue