Ignore:
Timestamp:
11/28/2006 07:14:13 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
3c38ab0
Parents:
b1607e2
Message:

Fixed a bug generated by r3224 commit.
Thanks to Matthew Burgess for the report and patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/makefile-functions

    rb1607e2 re780eda  
    138138
    139139define echo_report
    140   @echo
    141   @echo $(BOLD) The report file $(BLUE)$(1)$(BOLD) has been created
    142   @echo
    143   @echo ${WHITE}Please send the $(BOLD)$(MOUNT_PT)/jhalfs/$(1)$(WHITE)
    144   @echo file to $(BOLD)manuel@linuxfromscratch.org$(WHITE)
    145   @echo
    146   @echo That will help us to keep more accurate SBU and
    147   @echo disk usage values into the book. Thanks.
     140  @echo; \
     141  echo $(BOLD) The report file $(BLUE)$(1)$(BOLD) has been created; \
     142  echo; \
     143  echo ${WHITE}Please send the $(BOLD)$(MOUNT_PT)/jhalfs/$(1)$(WHITE); \
     144  echo file to $(BOLD)manuel@linuxfromscratch.org$(WHITE); \
     145  echo; \
     146  echo That will help us to keep more accurate SBU and; \
     147  echo disk usage values into the book. Thanks.
    148148endef
    149149
Note: See TracChangeset for help on using the changeset viewer.