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/progress_bar.sh

    raed6c72 re2ef100  
    2828     echo -n "${CURSOR_ON}" && exit
    2929  fi
    30     # Target build complete, leave. If we are here, make is alive and a new
    31     # package target may has been started. Close this instance of the script.
    32     # The cursor will be restored by echo-finished in makefile-functions.
    33   [[ -f ${TARGET} ]] && exit
     30    # Target build complete, leave.
     31  [[ -f ${TARGET} ]] && echo -n "${CURSOR_ON}" && exit
    3432    # It is safe to write to the screen
    3533  echo -n "$1"
     
    4341    for GRAPHIC_CHAR in ${GRAPHIC_STR} ; do
    4442      write_or_exit "${CSI}${POS}G${GRAPHIC_CHAR}"
    45       sleep .2
     43      # Compensate code execution time (need verification on other machines)
     44      sleep .137
    4645    done
    4746      # Display the accumulated time.
Note: See TracChangeset for help on using the changeset viewer.