Changeset 249874a


Ignore:
Timestamp:
08/12/2006 03:33:33 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
cb18ec7
Parents:
4a7e066
Message:

Some screen output look changes.

Location:
BLFS/libs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BLFS/libs/func_dependencies

    r4a7e066 r249874a  
    6363  ENTRY_END="\"/>"
    6464
    65   echo -en "\tGenerating $TARGET dependencies tree ..."
     65  echo -e "\tGenerating $TARGET dependencies tree ..."
    6666
    6767  mkdir dependencies
     
    121121  esac
    122122
    123   #------------------P---
    124   # Start with a clean depure.txt file
    125   > depure.txt
    126 
    127123  #---------------------
    128124  # If have dependencies, write its XInclude and find sub-dependencies
     
    131127  fi
    132128
    133   echo "done"
     129  echo -e "\n\t... done"
    134130}
    135131
     
    321317        #
    322318        set +e
    323          [[ "${VERBOSITY}" > 0 ]] && echo -ne "\nrecursive call: $((++cntr)) ${spaceSTR:0:$cntr} ${RED}$DEP${OFF}"
     319         [[ "${VERBOSITY}" > 0 ]] && echo -ne "\ncall: $((++cntr))${spaceSTR:0:$cntr}${RED}$DEP${OFF}"
    324320            do_dependencies $DEP
    325          [[ "${VERBOSITY}" > 0 ]] && echo -ne  "\n          ret:  $cntr ${spaceSTR:0:$((cntr--))} ${GREEN}$DEP${OFF}\tUsing the new xinclude file for PKG $DEP (to solve $PKG)"
     321         [[ "${VERBOSITY}" > 0 ]] && echo -ne "\n ret: $cntr${spaceSTR:0:$((cntr--))}${GREEN}$DEP${OFF}  Using $DEP Xinc to solve $PKG"
    326322        set -e
    327323
  • BLFS/libs/func_parser

    r4a7e066 r249874a  
    2323
    2424  local
    25   echo -en "\tGenerating $TARGET-index.xml ..."
     25  echo -en "\n\tGenerating $TARGET-index.xml ..."
    2626
    2727  #---------------------
     
    9999
    100100  local filename # output filename
    101   echo -en  "\tGenerating the HTML book for <$TARGET> from the xml files located in <$BLFS_XML>..."
     101  echo -en  "\n\tGenerating <$TARGET> HTML book from <$BLFS_XML> xml files ..."
    102102  xsltproc --xinclude --nonet \
    103103           --stringparam mail_server $MAIL_SERVER \
     
    139139  echo -e "\n\tScripts generation depuration and errors:\n" >> xsltproc.log
    140140
    141   echo -en  "\tGenerating the build scripts ..."
     141  echo -en "\n\tGenerating the build scripts ..."
    142142  xsltproc --xinclude --nonet \
    143143           -o ./scripts/ ../libs/scripts.xsl \
    144144           $TARGET-index.xml >> xsltproc.log 2>&1
    145   echo "done"
     145  echo -e "done\n"
    146146    # Make the scripts executable.
    147147  chmod -R +x scripts
Note: See TracChangeset for help on using the changeset viewer.