Some textual changes.
This commit is contained in:
parent
f4a4ba52ac
commit
e9dba989ce
2 changed files with 9 additions and 8 deletions
15
jhablfs
15
jhablfs
|
@ -24,6 +24,9 @@ Options:
|
||||||
-V, --version print version number, then exit
|
-V, --version print version number, then exit
|
||||||
|
|
||||||
-B, --BLFS-version VER checkout VER version of the BLFS book.
|
-B, --BLFS-version VER checkout VER version of the BLFS book.
|
||||||
|
If not set, the development version
|
||||||
|
is used.
|
||||||
|
|
||||||
Supported versions at this time are:
|
Supported versions at this time are:
|
||||||
|
|
||||||
dev* | trunk | SVN aliases for Development BLFS
|
dev* | trunk | SVN aliases for Development BLFS
|
||||||
|
@ -33,14 +36,16 @@ Options:
|
||||||
|
|
||||||
-D, --dependencies TYPE add dependencies of type TYPE to the build tree.
|
-D, --dependencies TYPE add dependencies of type TYPE to the build tree.
|
||||||
If not set, both required a recommended are used.
|
If not set, both required a recommended are used.
|
||||||
|
|
||||||
Possible values are:
|
Possible values are:
|
||||||
|
|
||||||
required only required dependecies are used
|
required only required dependecies are used
|
||||||
recommended both required a recommended dependencies are used
|
recommended both required a recommended dependencies are used
|
||||||
optional all dependencies are used
|
optional all dependencies are used
|
||||||
|
|
||||||
-S, --server the FTP/HTTP server used as fallback. If no
|
-S, --server SERVER set the FTP/HTTP server used as fallback to
|
||||||
specified, the one set in jhablfs.conf is used.
|
download the packages. If not specified, the one
|
||||||
|
set in jhablfs.conf is used.
|
||||||
|
|
||||||
-T, --testsuites add support to run the optional testsuites
|
-T, --testsuites add support to run the optional testsuites
|
||||||
|
|
||||||
|
@ -54,10 +59,6 @@ echo \"Option '\$1' requires an argument\" >&2
|
||||||
echo \"\$help\" >&2
|
echo \"\$help\" >&2
|
||||||
exit 1"
|
exit 1"
|
||||||
|
|
||||||
no_dl_client="\
|
|
||||||
echo \"Could not find a way to download the BLFS sources.\" >&2
|
|
||||||
echo \"Attempting to continue.\" >&2"
|
|
||||||
|
|
||||||
HEADER="# This file is automatically generated by jhablfs
|
HEADER="# This file is automatically generated by jhablfs
|
||||||
# EDIT THIS FILE MANUALLY TO SUIT YOUR NEEDS
|
# EDIT THIS FILE MANUALLY TO SUIT YOUR NEEDS
|
||||||
#
|
#
|
||||||
|
@ -312,7 +313,7 @@ while test $# -gt 0 ; do
|
||||||
SERVER=$1
|
SERVER=$1
|
||||||
;;
|
;;
|
||||||
* )
|
* )
|
||||||
echo "$1 is not a proper path to the BLFS packages."
|
echo "$1 is not a proper HTTP/FTP path to the BLFS packages."
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -32,5 +32,5 @@ TEST=0
|
||||||
#--- Default stylesheet
|
#--- Default stylesheet
|
||||||
XSL=dump-blfs-scripts.xsl
|
XSL=dump-blfs-scripts.xsl
|
||||||
|
|
||||||
#--- Files that will be copied to $JHALFSDIR
|
#--- Files that will be copied to $JHABLFSDIR
|
||||||
FILES="functions dump-blfs-scripts.xsl"
|
FILES="functions dump-blfs-scripts.xsl"
|
||||||
|
|
Reference in a new issue