For LFS-6.1.1, jhalfs-0.2 must be used.
This commit is contained in:
parent
934947950f
commit
e90c0c3a86
1 changed files with 4 additions and 2 deletions
6
jhalfs
6
jhalfs
|
@ -48,9 +48,10 @@ Options:
|
||||||
Supported versions at this time are:
|
Supported versions at this time are:
|
||||||
|
|
||||||
dev* | trunk | SVN aliases for Development LFS
|
dev* | trunk | SVN aliases for Development LFS
|
||||||
6.1.1 stable 6.1.1 book
|
|
||||||
alpha* aliases for the alphabetical branch
|
alpha* aliases for the alphabetical branch
|
||||||
|
|
||||||
|
For stable 6.1.1 book, please use jhalfs-0.2.
|
||||||
|
|
||||||
-T, --testsuites add support to run the optional testsuites
|
-T, --testsuites add support to run the optional testsuites
|
||||||
|
|
||||||
--no-toolchain-test don't run the toolchain testsuites. This
|
--no-toolchain-test don't run the toolchain testsuites. This
|
||||||
|
@ -960,7 +961,8 @@ while test $# -gt 0 ; do
|
||||||
LFSVRS=development
|
LFSVRS=development
|
||||||
;;
|
;;
|
||||||
6.1.1 )
|
6.1.1 )
|
||||||
LFSVRS=6.1.1
|
echo "For stable 6.1.1 book, please use jhalfs-0.2."
|
||||||
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
|
||||||
alpha*)
|
alpha*)
|
||||||
|
|
Reference in a new issue