Ignore:
Timestamp:
07/24/2006 06:43:48 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0
Children:
83d73fb
Parents:
bae64d8
Message:

Merged r2838 from trunk: spelling fixes pointed by Chris Staub.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    rbae64d8 r95a954c  
    5757          branch-NAME = a branch of name NAME
    5858          VERSION = the version of a stable released book
    59         To know what branches and stable books works with this version of jhalfs
     59        To know what branches and stable books work with this version of jhalfs
    6060        please see http://wiki.linuxfromscratch.org/alfs/wiki/SupportedBooks
    6161
     
    8888        use the local working copy placed in DIR as the $(echo $PROGNAME | tr [a-z] [A-Z]) book
    8989
    90 ${BOLD}  -C, --comparasion TYPE${OFF}
     90${BOLD}  -C, --comparison TYPE${OFF}
    9191         do iterative comparison analysis. This extends the total build time
    9292         considerably because the entire final system will rebuild itself
     
    9595           ICA   = do ICA as designed by Greg Schafer
    9696           farce = do the farce analysis designed by Ken Moffat
    97            both  = perfom both ICA and farce analysis
     97           both  = perform both ICA and farce analysis
    9898
    9999${BOLD}  -F, --fstab FILE${OFF}
     
    109109
    110110${BOLD}  -R --rebuild${OFF}
    111         clean the build directory before perfoming any other task. The directory
     111        clean the build directory before performing any other task. The directory
    112112        is cleaned only if it was populated by a previous jhalfs run.
    113113-EOF-
     
    904904
    905905  if [[ -s MISSING_FILES.DMP ]]; then
    906     echo  -e "\n\n${tab_}${RED} One or more files were not retrieved or have a bad MD5SUMS.\n${tab_} Check ${L_arrow}$BUILDDIR/sources/MISSING_FILES.DMP${R_arrow} for names ${OFF}\n"
    907       # Do not allow the automatic exection of the Makefile.
     906    echo  -e "\n\n${tab_}${RED} One or more files were not retrieved or have bad MD5SUMS.\n${tab_} Check ${L_arrow}$BUILDDIR/sources/MISSING_FILES.DMP${R_arrow} for names ${OFF}\n"
     907      # Do not allow the automatic execution of the Makefile.
    908908    echo "${tab_}${BOLD}${RED}*** ${YELLOW}Automatic execution of the generated makefile has been inhibited. ${RED}***${OFF}${nl_}"
    909909    RUNMAKE=0
Note: See TracChangeset for help on using the changeset viewer.