Changeset d20c553 for common


Ignore:
Timestamp:
05/05/2006 05:28:39 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
53588e2
Parents:
b414549
Message:

Merged r2633:2639 from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    rb414549 rd20c553  
    4040 Usage: $0 ${BOLD}[OPTION]
    4141
     42${RED}IMPORTANT:${OFF} Only supported command line switches are listed here.
     43           For more fine-grained setups you must edit the relevant
     44           configuration files placed under ${BOLD}common/${OFF} and ${BOLD}$(echo $PROGNAME | tr [a-z] [A-Z])/${OFF}
     45
    4246Options:
    4347${BOLD}  -h, --help${OFF}
     
    4852
    4953${BOLD}  -B, --book VER${OFF}
    50         checkout VER version of the book. Supported versions at this time are:
    51         dev* | trunk | SVN     aliases for Development {C,H,B}LFS
     54        use VER version of the book as the system to build.
     55        Supported versions are: dev*, trunk, SVN
     56        These are aliases for the Development version of {C,H,B}LFS
    5257
    5358${BOLD}  -D  --directory DIR${OFF}
     
    6469        Run test suites  [0-3]
    6570          0 = none
    66           1 = only chapter06 Glibc, GCC and Binutils testsuites
    67           2 = all chapter06 testsuites (in BLFS, alias to 1)
    68           3 = all chapter05 and chapter06 testsuites
    69         In BLFS, 2 and 3 are aliases to 1
     71          1 = only final system Glibc, GCC and Binutils testsuites
     72          2 = all final system testsuites
     73          3 = all temporary tools and final system testsuites
    7074        In CLFS, 3 is an alias to 2
     75        In BLFS, 1, 2, and 3 are equivalents and means that the testsuites
     76        will be run.
    7177
    7278${BOLD}  -W, --working-copy DIR${OFF}
     
    7884
    7985${BOLD}  -C, --comparasion TYPE${OFF}
    80          do iterative comparison analysis. That will take several time due that
    81          the final system packages wil be rebuilded the times defined in the
    82          ITERATIONS config option.
    83          Analisys types allowed are:
    84            ICA   = do the ICA analysis designed by Greg Schafer
     86         do iterative comparison analysis. This extends the total build time
     87         considerably because the entire final system will rebuild itself
     88         the number of times specified by ITERATIONS in common/config.
     89         Types allowed are:
     90           ICA   = do ICA as designed by Greg Schafer
    8591           farce = do the farce analysis designed by Ken Moffat
    8692           both  = perfom both ICA and farce analysis
     
    98104
    99105${BOLD}  -R --rebuild${OFF}
    100         clean the build directory before to perfom any other task. The directory
     106        clean the build directory before perfoming any other task. The directory
    101107        is cleaned only if it was populated by a previous jhalfs-X run.
    102108-EOF-
Note: See TracChangeset for help on using the changeset viewer.