Changeset 96b9b69


Ignore:
Timestamp:
11/17/2005 06:30:59 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
4618749
Parents:
70a223e
Message:

Fixed a small look issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions

    r70a223e r96b9b69  
    1 BRW= "[0;1m"
    2 RED= "[0;31m"
     1BOLD= "[0;1m"
     2RED= "[1;31m"
    33GREEN= "[0;32m"
    44ORANGE= "[0;33m"
     
    77
    88define echo_message
    9   @echo $(BRW)
     9  @echo $(BOLD)
    1010  @echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    11   @echo $(BRW)$(1) target $(BLUE)$@$(BRW)
     11  @echo $(BOLD)$(1) target $(BLUE)$@$(BOLD)
    1212  @echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~$(WHITE)
    1313endef
     
    2626
    2727define echo_finished
    28   @echo $(BRW)
     28  @echo $(BOLD)
    2929  @echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    30   @echo $(BRW) Finished the build of $(BLUE)LFS-$(1)$(BRW)
     30  @echo $(BOLD) Finished the build of $(BLUE)LFS-$(1)$(BOLD)
    3131  @echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    32   @echo -e \\t\\t$(RED)W A R N I N G$(BRW)
     32  @echo -e \\t\\t$(RED)W A R N I N G$(BOLD)
    3333  @echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    3434  @echo
     
    5353  @echo skipped or done in a different way. But then, that is something
    5454  @echo that you already know and there is no need to discuss it here.
    55   @echo $(BRW)
     55  @echo $(BOLD)
    5656  @echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    57   @echo -e \\t\\t$(GREEN)Have a nice day $(ORANGE):-\)$(BRW)
     57  @echo -e \\t\\t$(GREEN)Have a nice day $(ORANGE):-\)$(BOLD)
    5858  @echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~$(WHITE)
    5959endef
Note: See TracChangeset for help on using the changeset viewer.