Ignore:
Timestamp:
07/24/2006 12:29:45 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
cb39f79
Parents:
73db3f9
Message:

numerous grammar/spelling corrections provided by Chris Staub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r73db3f9 rd385453  
    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-
     
    933933
    934934  if [[ -s MISSING_FILES.DMP ]]; then
    935     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"
    936       # Do not allow the automatic exection of the Makefile.
     935    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"
     936      # Do not allow the automatic execution of the Makefile.
    937937    echo "${tab_}${BOLD}${RED}*** ${YELLOW}Automatic execution of the generated makefile has been inhibited. ${RED}***${OFF}${nl_}"
    938938    RUNMAKE=0
Note: See TracChangeset for help on using the changeset viewer.