Ignore:
Timestamp:
02/25/2007 07:24:17 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
aec4483
Parents:
fc87e13
Message:

Actually fixed echo_report output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/makefile-functions

    rfc87e13 r7fe73c8  
    134134
    135135define echo_report
    136   @echo
    137   @echo $(BOLD) The report file $(BLUE)$(1)$(BOLD) has been created
    138   @echo
    139   @echo $(WHITE)Please send the $(BOLD)$(MOUNT_PT)/jhalfs/$(1)$(WHITE)
    140   @echo file to $(BOLD)manuel@linuxfromscratch.org$(WHITE)
    141   @echo
    142   @echo That will help us to keep more accurate SBU and
    143   @echo disk usage values into the book. Thanks.
    144   @echo --------------------------------------------------------------------------------$(WHITE)
     136  echo ; \
     137  echo $(BOLD) The report file $(BLUE)$(1)$(BOLD) has been created ; \
     138  echo ; \
     139  echo $(WHITE)Please send the $(BOLD)$(MOUNT_PT)/jhalfs/$(1)$(WHITE) ; \
     140  echo file to $(BOLD)manuel@linuxfromscratch.org$(WHITE) ; \
     141  echo ; \
     142  echo That will help us to keep more accurate SBU and ; \
     143  echo disk usage values into the book. Thanks. ; \
     144  echo $(BOLD)--------------------------------------------------------------------------------$(WHITE)
    145145endef
    146146
Note: See TracChangeset for help on using the changeset viewer.