Ignore:
Timestamp:
06/09/2006 11:05:39 PM (18 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:
4a444f1
Parents:
aed6c72
Message:

Added " Target $@ OK" lines to the Makefile output.
Made more accurate the time meassured by progress_bar.sh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/makefile-functions

    raed6c72 re2ef100  
    88BLUE= "[1;34m"
    99WHITE= "[00m"
    10 CURSOR_ON= "[?25h"
    1110
    1211define echo_message
     
    1413  @echo --------------------------------------------------------------------------------
    1514  @echo $(BOLD)$(1) target $(BLUE)$@$(BOLD)
    16   @echo --------------------------------------------------------------------------------$(WHITE)
     15  @echo $(WHITE)
    1716endef
    1817
     
    7473  @echo $(BOLD)
    7574  @echo --------------------------------------------------------------------------------
    76   @echo -e \\t\\t$(GREEN)Have a nice day $(ORANGE):-\)$(BOLD)$(CURSOR_ON)
     75  @echo -e \\t\\t$(GREEN)Have a nice day $(ORANGE):-\)$(BOLD)
    7776  @echo --------------------------------------------------------------------------------$(WHITE)
    7877endef
     
    9998  @echo  The build process should resume. Follow any instructions that appear.
    10099  @echo --------------------------------------------------------------------------------
    101   @echo -e \\t\\t$(GREEN)Have a nice day $(ORANGE):-\)$(BOLD)$(CURSOR_ON)
     100  @echo -e \\t\\t$(GREEN)Have a nice day $(ORANGE):-\)$(BOLD)
    102101  @echo --------------------------------------------------------------------------------$(WHITE)
    103102endef
Note: See TracChangeset for help on using the changeset viewer.