Ignore:
Timestamp:
07/04/2006 02:02:48 AM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
7d1f862
Parents:
483ab89
Message:

The never ending story of cleaning up CLFS scripts..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r483ab89 r7eb9402  
    204204        @./progress_bar.sh \$@ &
    205205        @echo -e "\n\`date\`\n\nKB: \`du -skx --exclude=${SCRIPT_ROOT} \$(MOUNT_PT)\`\n" >logs/$LOGFILE
     206EOF
     207) >> $MKFILE.tmp
     208}
     209
     210
     211#----------------------------------#
     212wrt_target_boot() {                # Create target and initialize log file
     213#----------------------------------#
     214  local i=$1
     215  local PREV=$2
     216  case $i in
     217    iteration* ) local LOGFILE=$this_script.log ;;
     218             * ) local LOGFILE=$this_script ;;
     219  esac
     220(
     221cat << EOF
     222
     223$i:  $PREV
     224        @\$(call echo_message, Building)
     225        @./progress_bar.sh \$@ &
     226        @echo -e "\n\`date\`\n\nKB: \`du -skx --exclude=${SCRIPT_ROOT}\`\n" >logs/$LOGFILE
    206227EOF
    207228) >> $MKFILE.tmp
Note: See TracChangeset for help on using the changeset viewer.