HLFS don't run the temporaly tools test suites.

This commit is contained in:
Manuel Canales Esparcia 2006-07-30 10:15:43 +00:00
parent f83bceea83
commit da49058276
2 changed files with 3 additions and 3 deletions

View file

@ -82,7 +82,7 @@ ${BOLD} -T, --testsuites N ${OFF}
1 = only final system Glibc, GCC and Binutils testsuites 1 = only final system Glibc, GCC and Binutils testsuites
2 = all final system testsuites 2 = all final system testsuites
3 = all temporary tools and final system testsuites 3 = all temporary tools and final system testsuites
In CLFS, 3 is an alias to 2 In CLFS and HLFS, 3 is an alias to 2
${BOLD} -W, --working-copy DIR${OFF} ${BOLD} -W, --working-copy DIR${OFF}
use the local working copy placed in DIR as the $(echo $PROGNAME | tr [a-z] [A-Z]) book use the local working copy placed in DIR as the $(echo $PROGNAME | tr [a-z] [A-Z]) book

View file

@ -16,7 +16,7 @@ BUILDDIR=/mnt/build_dir
REPORT=1 REPORT=1
#=== Getting packages === #=== Getting packages ===
# Files will be retrieved from the local archive SRC_ARCHIVE # Files will be retrieved from the local archive SRC_ARCHIVE
# (if defined) or the 'net and will be stored in $BUILDDIR/sources # (if defined) or the 'net and will be stored in $BUILDDIR/sources
#--- Download the source packages 0(no)/1(yes) #--- Download the source packages 0(no)/1(yes)
GETPKG=0 GETPKG=0
@ -48,7 +48,7 @@ OPTIMIZE=0
# 1 = only chapter06 Glibc, GCC and Binutils testsuites # 1 = only chapter06 Glibc, GCC and Binutils testsuites
# 2 = all chapter06 testsuites # 2 = all chapter06 testsuites
# 3 = all chapter05 and chapter06 testsuites # 3 = all chapter05 and chapter06 testsuites
# (in CLFS, alias to 2) # (in CLFS and HLFS, alias to 2)
TEST=1 TEST=1
#--- Run the stripping phases 0(no)/1(yes) #--- Run the stripping phases 0(no)/1(yes)