Changeset 95a954c


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.

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • LFS/config

    rbae64d8 r95a954c  
    1111
    1212#--- Fully qualified path to a kernel config file
    13 # If no config file is  specified the kernel is NOT compiled
     13# If no config file is specified the kernel is NOT compiled
    1414CONFIG=
    1515
    16 # Get the kernel package and patches even if no configutation file
     16# Get the kernel package and patches even if no configuration file
    1717# has been supplied? 0(no)/1(yes)
    1818GETKERNEL=0
  • README

    rbae64d8 r95a954c  
    7575        the archive is incorrect jhalfs will access the net and download the
    7676        necessary version and store it here for later use. DO NOT set this to
    77         $BUILDDIR/sources. If you do not set this variable to a valide directory
     77        $BUILDDIR/sources. If you do not set this variable to a valid directory
    7878        ALL package tarballs will be downloaded from the 'net.
    7979
     
    149149
    150150    Q. "How do I specify the build location?"
    151     A. The original LFS document worked against the well know location /mnt/lfs.
     151    A. The original LFS document worked against the well known location /mnt/lfs.
    152152       This script automates the build of all of the LFS series of books and uses
    153        a generic location $BUILDDIR with a default value a /mnt/build_dir.
     153       a generic location $BUILDDIR with a default value of /mnt/build_dir.
    154154       You may change this value to suit your needs.
    155155
     
    176176       export SRC_ARCHIVE=/wherever/you/store/downloaded/packages
    177177                       OR
    178        you can change the setting in .common/config.
     178       you can change the setting in common/config.
    179179
    180180    Q. "Why have 2 copies of the files?"
     
    195195       not the 'chroot.' You must transfer the toolchain to a sparc platform, reboot
    196196       the sparc box and continue the build.
    197        Of all the LFS series of books the Cross-LFS requires the greatest
     197       Of all the LFS series of books Cross-LFS requires the greatest
    198198       understanding of host/target hardware combination. Please read the book
    199199       carefully and don't skip the easy parts (there are none..)
  • TODO

    rbae64d8 r95a954c  
    66-------------
    77
    8   - The BLFS moudule should can be called in conjunction with any of
     8  - The BLFS module should be called in conjunction with any of
    99    LFS, CLFS or HLFS modules.
    1010    Before working on that we need to fix the BLFS support.
     
    3232------
    3333
    34   - Add a Cunstomization file discussing how to hack the generated scripts
     34  - Add a Customization file discussing how to hack the generated scripts
    3535    and Makefiles, using the Cracklib support for Shadow in LFS as an example.
    36     NOTE: that could require an special command line switch to regenerate the
     36    NOTE: that could require a special command line switch to regenerate the
    3737    Makefile if additional scripts are manually added to the *-commands/*/ dirs.
    3838
  • 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
  • common/makefile-functions

    rbae64d8 r95a954c  
    6666  @echo -e \\t- Exit from the chroot.
    6767  @echo
    68   @echo -e \\t- Set-up the boot loader, except if building CLFS with METHOO=boot.
     68  @echo -e \\t- Set-up the boot loader, except if building CLFS with METHOD=boot.
    6969  @echo -e \\tYou can set-up the host bootloader or the new boot-loader
    7070  @echo -e \\tinstalled on the new system.
  • master.sh

    rbae64d8 r95a954c  
    194194            BOOK=$1
    195195          else
    196             echo -e "\nLooks like $1 isn't a LFS working copy."
     196            echo -e "\nLooks like $1 isn't an LFS working copy."
    197197            exit 1
    198198          fi
     
    212212            BOOK=$1
    213213          else
    214             echo -e "\nLooks like $1 isn't a HLFS working copy."
     214            echo -e "\nLooks like $1 isn't an HLFS working copy."
    215215            exit 1
    216216          fi
     
    219219      ;;
    220220
    221     --comparasion | -C )
     221    --comparison | -C )
    222222      test $# = 1 && eval "$exit_missing_arg"
    223223      shift
     
    347347          ;;
    348348        * )
    349           echo -e "\n$1 is an unknown or unsopported arch."
     349          echo -e "\n$1 is an unknown or unsupported arch."
    350350          exit 1
    351351          ;;
     
    412412
    413413
    414 # Check for minumum gcc and kernel versions
     414# Check for minimum gcc and kernel versions
    415415#check_requirements  1 # 0/1  0-do not display values.
    416416echo
     
    495495  #
    496496  if [[ -n "$FILES" ]]; then
    497     # pushd/popd necessary to deal with mulitiple files
     497    # pushd/popd necessary to deal with multiple files
    498498    pushd $PACKAGE_DIR 1> /dev/null
    499499      cp $FILES $JHALFSDIR/
     
    503503  if [[ "$REPORT" = "1" ]]; then
    504504    cp $COMMON_DIR/create-sbu_du-report.sh  $JHALFSDIR/
    505     # After be sure that all look sane, dump the settings to a file
     505    # After being sure that all looks sane, dump the settings to a file
    506506    # This file will be used to create the REPORT header
    507507    validate_config > $JHALFSDIR/jhalfs.config
Note: See TracChangeset for help on using the changeset viewer.