Changeset b88d581 for common


Ignore:
Timestamp:
03/24/2006 12:26:03 AM (19 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
eba62c0
Parents:
fd5cb46
Message:

common/common_functions, removal of dead variables and text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    rfd5cb46 rb88d581  
    4545${BOLD}  -h, --help${OFF}
    4646        print this help, then exit
    47 ${BOLD}  --readme${OFF}
    48         print a small readme file, then exit
    4947${BOLD}  -V, --version${OFF}
    5048        print version number, then exit
     
    9290${BOLD}  -h, --help${OFF}
    9391        print this help, then exit
    94 
    9592${BOLD}  -V, --version${OFF}
    9693        print version number, then exit
    97 
    9894${BOLD}  -B, --BLFS-version VER${OFF}
    9995        checkout VER version of the BLFS book.
     
    10298           Supported versions at this time are:
    10399         dev* | trunk | SVN     aliases for Development BLFS
    104 
    105100${BOLD}  -W, --working-copy DIR${OFF}
    106101        use the local working copy placed in DIR as the BLFS book
    107 
    108102${BOLD}  -D, --dependencies  TYPE${OFF}
    109103        add dependencies of type TYPE to the build tree.
     
    115109        recommended            both required a recommended dependencies are used
    116110        optional               all dependencies are used
    117 
    118111${BOLD}  -S, --server SERVER${OFF}
    119112        set the FTP/HTTP server used as fallback to download the packages.
    120113        If not specified, the one set in jhablfs.conf is used.
    121 
    122114${BOLD}  -T, --testsuites${OFF}
    123115        add support to run the optional testsuites
     
    126118  exit
    127119}
    128 
    129 
    130 _inline_doc="
    131      This script, ${PROGNAME}, strives to create an accurate makefile
    132    directly from the xml files used to generate the Hardened Linux From
    133    Scratch document.
    134      The usage of this script assumes you have read and are familiar with
    135    the book and therefore the configuration variables found in jhahlfs.conf
    136    will have meaning to you. There are a limited number of command line
    137    switches which, if used, will override the config file settings.
    138 
    139    NOTES::
    140    *.  The resulting Makefile takes considerable time to run to completion,
    141    lay in a supply of caffeine beverages.
    142 
    143    *.  It is recommended that you temporarily unpack your linux kernel and
    144    run <make menuconfig> and configure the kernal as per the book and save
    145    the resulting .config file.
    146 
    147    *.  Chapter07 contains numerous command files which require customizing
    148    before you start console, profile, hosts, network, fstab, kernel.
    149 "
    150120
    151121version="
Note: See TracChangeset for help on using the changeset viewer.