Ignore:
Timestamp:
09/11/2006 12:17:09 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
ffd8c5a
Parents:
e9642b9
Message:

Removed unused function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    re9642b9 rd66cbc2  
    6969    *) echo "undefined progname $PROGNAME"; exit 1
    7070  esac
    71  
     71
    7272(
    7373cat << EOF
     
    9595
    9696
    97 #----------------------------------#
    98 wrt_target_boot() {                # Create target and initialize log file
    99 #----------------------------------#
    100   local i=$1
    101   local PREV=$2
    102   case $i in
    103     iteration* ) local LOGFILE="\$@.log" ;;
    104              * ) local LOGFILE="\$@" ;;
    105   esac
    106 (
    107 cat << EOF
    108 
    109 $i:  $PREV
    110         @\$(call echo_message, Building)
    111         @./progress_bar.sh \$@ &
    112         @echo -e "\n\`date\`\n\nKB: \`du -skx --exclude=${SCRIPT_ROOT}\`\n" >logs/$LOGFILE
    113 EOF
    114 ) >> $MKFILE.tmp
    115 }
    116 
    117 
    11897#------------------------------------------------------#
    11998#------------------------------------------------------#
    12099
    121100#----------------------------------#
    122 ROOT_RunAsRoot() {                 # 
     101ROOT_RunAsRoot() {                 #
    123102#----------------------------------#
    124103  local file=$1
     
    765744
    766745  if [[ "${BLFS_TOOL}" = "y" ]]; then
    767     add_blfs_deps_urls 
     746    add_blfs_deps_urls
    768747  fi
    769748
Note: See TracChangeset for help on using the changeset viewer.