Ignore:
Timestamp:
03/28/2006 07:17:13 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
2db0869
Parents:
e2b5b99
Message:

Revised -h output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    re2b5b99 rb1624ac  
    4343${BOLD}  -h, --help${OFF}
    4444        print this help, then exit
     45
    4546${BOLD}  -V, --version${OFF}
    46         print version information, then exit
     47        print version information, then exit [A-Z]
     48
     49${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
     52        alpha*                 aliases for the LFS alphabetical branch
     53        udev*                  aliases for the LFS udev_update branch
     54
    4755${BOLD}  -D  --directory DIR${OFF}
    48         use DIR directory for building ${BOLD}$(echo $PROGNAME | tr [a-z] [A-Z])${OFF}; all files jhalfs produces will be
    49         in the directory DIR/jhalfs.
    50 ${BOLD}  -R --rebuild${OFF}
    51         clean the build directory before to perfom any other task. The directory
    52         is cleaned only if it was populated by a previous jhalfs run.
     56        use DIR directory for building ${BOLD}$(echo $PROGNAME | tr [a-z] [A-Z])${OFF}; all files jhalfs-X produces
     57        will be in the directory DIR/jhalfs.
     58
    5359${BOLD}  -G, --get-packages${OFF}
    54         download the packages and patches. This assumes that the server declared in the
    55         conf file has the proper packages and patches for the book version being processed.
     60        download the packages and patches. This assumes that the server declared
     61        in the configuration file has the proper packages and patches for the
     62        book version being processed.
     63
    5664${BOLD}  -T, --testsuites N ${OFF}
    5765        Run test suites  [0-3]
    5866          0 = none
    5967          1 = only chapter06 Glibc, GCC and Binutils testsuites
    60           2 = all chapter06 testsuites
     68          2 = all chapter06 testsuites (in BLFS, alias to 1)
    6169          3 = all chapter05 and chapter06 testsuites
     70        In BLFS, 2 and 3 are aliases to 1
     71        In CLFS, 3 is an alias to 2
     72
    6273${BOLD}  -W, --working-copy DIR${OFF}
    63         use the local working copy placed in DIR as the $(echo $PROGNAME | tr [a-z] [A-Z]) book
    64 ${BOLD}  -B, --book VER${OFF}
    65         checkout VER version of the LFS book. Supported versions at this time are:
    66         dev* | trunk | SVN     aliases for Development {C,H,B}LFS
    67         alpha*                 aliases for the LFS alphabetical branch
    68         udev*                  aliases for the LFS udev_update branch
     74        use the local working copy placed in DIR as the $(echo $PROGNAME | tr [a-z]) book
     75-EOF-
     76
     77[[ ${PROGNAME} != "blfs" ]] &&
     78cat <<- -EOF-
     79
    6980${BOLD}  -F, --fstab FILE${OFF}
    7081        use FILE as the /etc/fstab file for the ${BOLD}$(echo $PROGNAME | tr [a-z] [A-Z])${OFF} system. If not specified,
    7182        a default /etc/fstab file with dummy values is created.
     83
    7284${BOLD}  -K, --kernel-config FILE${OFF}
    7385        use the kernel configuration file specified in FILE to build the kernel.
    7486        if the file is not found, or if not specified, the kernel build is skipped.
     87
    7588${BOLD}  -M, --run-make${OFF}
    7689        run make on the generated Makefile
     90
     91${BOLD}  -R --rebuild${OFF}
     92        clean the build directory before to perfom any other task. The directory
     93        is cleaned only if it was populated by a previous jhalfs-X run.
    7794-EOF-
    7895
     
    88105           64bit multi-lib
    89106        x86_64, mips64, mipsel64, sparc64, ppc64
     107
     108${BOLD}  --boot_config FILE ${OFF}
     109        The configuration file for the bootstrap kernel if method=boot
     110
    90111${BOLD}  --method BUILDMETHOD ${OFF}
    91112        Select the build method, chroot or boot
    92 ${BOLD}  --boot_config FILE ${OFF}
    93         The configuration file for the bootstrap kernel if method=boot
    94113-EOF-
    95114
Note: See TracChangeset for help on using the changeset viewer.