common/common_functions, removal of dead variables and text
This commit is contained in:
parent
fd5cb460d9
commit
b88d581061
2 changed files with 1 additions and 31 deletions
|
@ -755,7 +755,7 @@ bootable_Makefiles() { #
|
|||
# If $vrs isn't empty, we've got a package...
|
||||
# Insert instructions for unpacking the package and changing directories
|
||||
#
|
||||
[[ "$vrs" != "" ]] && wrt_unpack "$name-$vrs.tar.*"
|
||||
[[ "$vrs" != "" ]] && wrt_unpack2 "$name-$vrs.tar.*"
|
||||
#
|
||||
# Select a script execution method
|
||||
case $this_script in
|
||||
|
|
|
@ -44,8 +44,6 @@ ${BOLD}
|
|||
Options:
|
||||
${BOLD} -h, --help${OFF}
|
||||
print this help, then exit
|
||||
${BOLD} --readme${OFF}
|
||||
print a small readme file, then exit
|
||||
${BOLD} -V, --version${OFF}
|
||||
print version number, then exit
|
||||
${BOLD} -d --directory DIR${OFF}
|
||||
|
@ -91,20 +89,16 @@ ${BOLD}
|
|||
Options:
|
||||
${BOLD} -h, --help${OFF}
|
||||
print this help, then exit
|
||||
|
||||
${BOLD} -V, --version${OFF}
|
||||
print version number, then exit
|
||||
|
||||
${BOLD} -B, --BLFS-version VER${OFF}
|
||||
checkout VER version of the BLFS book.
|
||||
If not set, the development version is used.
|
||||
|
||||
Supported versions at this time are:
|
||||
dev* | trunk | SVN aliases for Development BLFS
|
||||
|
||||
${BOLD} -W, --working-copy DIR${OFF}
|
||||
use the local working copy placed in DIR as the BLFS book
|
||||
|
||||
${BOLD} -D, --dependencies TYPE${OFF}
|
||||
add dependencies of type TYPE to the build tree.
|
||||
If not set, both required a recommended are used.
|
||||
|
@ -114,11 +108,9 @@ ${BOLD} -D, --dependencies TYPE${OFF}
|
|||
required only required dependecies are used
|
||||
recommended both required a recommended dependencies are used
|
||||
optional all dependencies are used
|
||||
|
||||
${BOLD} -S, --server SERVER${OFF}
|
||||
set the FTP/HTTP server used as fallback to download the packages.
|
||||
If not specified, the one set in jhablfs.conf is used.
|
||||
|
||||
${BOLD} -T, --testsuites${OFF}
|
||||
add support to run the optional testsuites
|
||||
${DD_BORDER}
|
||||
|
@ -126,28 +118,6 @@ ${DD_BORDER}
|
|||
exit
|
||||
}
|
||||
|
||||
|
||||
_inline_doc="
|
||||
This script, ${PROGNAME}, strives to create an accurate makefile
|
||||
directly from the xml files used to generate the Hardened Linux From
|
||||
Scratch document.
|
||||
The usage of this script assumes you have read and are familiar with
|
||||
the book and therefore the configuration variables found in jhahlfs.conf
|
||||
will have meaning to you. There are a limited number of command line
|
||||
switches which, if used, will override the config file settings.
|
||||
|
||||
NOTES::
|
||||
*. The resulting Makefile takes considerable time to run to completion,
|
||||
lay in a supply of caffeine beverages.
|
||||
|
||||
*. It is recommended that you temporarily unpack your linux kernel and
|
||||
run <make menuconfig> and configure the kernal as per the book and save
|
||||
the resulting .config file.
|
||||
|
||||
*. Chapter07 contains numerous command files which require customizing
|
||||
before you start console, profile, hosts, network, fstab, kernel.
|
||||
"
|
||||
|
||||
version="
|
||||
${BOLD}\"${PROGNAME}\"${OFF} script module (development) \$Date$
|
||||
|
||||
|
|
Reference in a new issue