Changeset d385453


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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • LFS/config

    r73db3f9 rd385453  
    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

    r73db3f9 rd385453  
    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
     
    154154
    155155    Q. "How do I specify the build location?"
    156     A. The original LFS document worked against the well know location /mnt/lfs.
     156    A. The original LFS document worked against the well known location /mnt/lfs.
    157157       This script automates the build of all of the LFS series of books and uses
    158        a generic location $BUILDDIR with a default value a /mnt/build_dir.
     158       a generic location $BUILDDIR with a default value of /mnt/build_dir.
    159159       You may change this value to suit your needs.
    160160
     
    181181       export SRC_ARCHIVE=/wherever/you/store/downloaded/packages
    182182                       OR
    183        you can change the setting in .common/config.
     183       you can change the setting in common/config.
    184184
    185185    Q. "Why have 2 copies of the files?"
     
    200200       not the 'chroot.' You must transfer the toolchain to a sparc platform, reboot
    201201       the sparc box and continue the build.
    202        Of all the LFS series of books the Cross-LFS requires the greatest
     202       Of all the LFS series of books Cross-LFS requires the greatest
    203203       understanding of host/target hardware combination. Please read the book
    204204       carefully and don't skip the easy parts (there are none..)
  • TODO

    r73db3f9 rd385453  
    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

    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
  • common/makefile-functions

    r73db3f9 rd385453  
    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

    r73db3f9 rd385453  
    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
     
    351351          ;;
    352352        * )
    353           echo -e "\n$1 is an unknown or unsopported arch."
     353          echo -e "\n$1 is an unknown or unsupported arch."
    354354          exit 1
    355355          ;;
     
    416416
    417417
    418 # Check for minumum gcc and kernel versions
     418# Check for minimum gcc and kernel versions
    419419#check_requirements  1 # 0/1  0-do not display values.
    420420echo
     
    499499  #
    500500  if [[ -n "$FILES" ]]; then
    501     # pushd/popd necessary to deal with mulitiple files
     501    # pushd/popd necessary to deal with multiple files
    502502    pushd $PACKAGE_DIR 1> /dev/null
    503503      cp $FILES $JHALFSDIR/
     
    507507  if [[ "$REPORT" = "1" ]]; then
    508508    cp $COMMON_DIR/create-sbu_du-report.sh  $JHALFSDIR/
    509     # After be sure that all look sane, dump the settings to a file
     509    # After being sure that all looks sane, dump the settings to a file
    510510    # This file will be used to create the REPORT header
    511511    validate_config > $JHALFSDIR/jhalfs.config
Note: See TracChangeset for help on using the changeset viewer.